Name | Type | Description | Notes |
---|---|---|---|
IpAddress | Pointer to BucketPolicyConditionIpAddress | [optional] | |
NotIpAddress | Pointer to BucketPolicyConditionIpAddress | [optional] | |
DateGreaterThan | Pointer to BucketPolicyConditionDate | [optional] | |
DateLessThan | Pointer to BucketPolicyConditionDate | [optional] |
func NewBucketPolicyCondition() *BucketPolicyCondition
NewBucketPolicyCondition instantiates a new BucketPolicyCondition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBucketPolicyConditionWithDefaults() *BucketPolicyCondition
NewBucketPolicyConditionWithDefaults instantiates a new BucketPolicyCondition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *BucketPolicyCondition) GetIpAddress() BucketPolicyConditionIpAddress
GetIpAddress returns the IpAddress field if non-nil, zero value otherwise.
func (o *BucketPolicyCondition) GetIpAddressOk() (*BucketPolicyConditionIpAddress, bool)
GetIpAddressOk returns a tuple with the IpAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BucketPolicyCondition) SetIpAddress(v BucketPolicyConditionIpAddress)
SetIpAddress sets IpAddress field to given value.
func (o *BucketPolicyCondition) HasIpAddress() bool
HasIpAddress returns a boolean if a field has been set.
func (o *BucketPolicyCondition) GetNotIpAddress() BucketPolicyConditionIpAddress
GetNotIpAddress returns the NotIpAddress field if non-nil, zero value otherwise.
func (o *BucketPolicyCondition) GetNotIpAddressOk() (*BucketPolicyConditionIpAddress, bool)
GetNotIpAddressOk returns a tuple with the NotIpAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BucketPolicyCondition) SetNotIpAddress(v BucketPolicyConditionIpAddress)
SetNotIpAddress sets NotIpAddress field to given value.
func (o *BucketPolicyCondition) HasNotIpAddress() bool
HasNotIpAddress returns a boolean if a field has been set.
func (o *BucketPolicyCondition) GetDateGreaterThan() BucketPolicyConditionDate
GetDateGreaterThan returns the DateGreaterThan field if non-nil, zero value otherwise.
func (o *BucketPolicyCondition) GetDateGreaterThanOk() (*BucketPolicyConditionDate, bool)
GetDateGreaterThanOk returns a tuple with the DateGreaterThan field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BucketPolicyCondition) SetDateGreaterThan(v BucketPolicyConditionDate)
SetDateGreaterThan sets DateGreaterThan field to given value.
func (o *BucketPolicyCondition) HasDateGreaterThan() bool
HasDateGreaterThan returns a boolean if a field has been set.
func (o *BucketPolicyCondition) GetDateLessThan() BucketPolicyConditionDate
GetDateLessThan returns the DateLessThan field if non-nil, zero value otherwise.
func (o *BucketPolicyCondition) GetDateLessThanOk() (*BucketPolicyConditionDate, bool)
GetDateLessThanOk returns a tuple with the DateLessThan field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BucketPolicyCondition) SetDateLessThan(v BucketPolicyConditionDate)
SetDateLessThan sets DateLessThan field to given value.
func (o *BucketPolicyCondition) HasDateLessThan() bool
HasDateLessThan returns a boolean if a field has been set.