Name | Type | Description | Notes |
---|---|---|---|
FileExtension | Pointer to string | The file extension, with or without a period character, to match against | [optional] |
func NewConditionFileExtensionCondition() *ConditionFileExtensionCondition
NewConditionFileExtensionCondition instantiates a new ConditionFileExtensionCondition 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 NewConditionFileExtensionConditionWithDefaults() *ConditionFileExtensionCondition
NewConditionFileExtensionConditionWithDefaults instantiates a new ConditionFileExtensionCondition 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 *ConditionFileExtensionCondition) GetFileExtension() string
GetFileExtension returns the FileExtension field if non-nil, zero value otherwise.
func (o *ConditionFileExtensionCondition) GetFileExtensionOk() (*string, bool)
GetFileExtensionOk returns a tuple with the FileExtension field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConditionFileExtensionCondition) SetFileExtension(v string)
SetFileExtension sets FileExtension field to given value.
func (o *ConditionFileExtensionCondition) HasFileExtension() bool
HasFileExtension returns a boolean if a field has been set.