bunnyshell.com/sdk@v0.16.0/docs/FilterName.md (about) 1 # FilterName 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Type** | Pointer to **string** | | [optional] [default to "name"] 8 **Name** | Pointer to **NullableString** | | [optional] 9 10 ## Methods 11 12 ### NewFilterName 13 14 `func NewFilterName() *FilterName` 15 16 NewFilterName instantiates a new FilterName object 17 This constructor will assign default values to properties that have it defined, 18 and makes sure properties required by API are set, but the set of arguments 19 will change when the set of required properties is changed 20 21 ### NewFilterNameWithDefaults 22 23 `func NewFilterNameWithDefaults() *FilterName` 24 25 NewFilterNameWithDefaults instantiates a new FilterName object 26 This constructor will only assign default values to properties that have it defined, 27 but it doesn't guarantee that properties required by API are set 28 29 ### GetType 30 31 `func (o *FilterName) GetType() string` 32 33 GetType returns the Type field if non-nil, zero value otherwise. 34 35 ### GetTypeOk 36 37 `func (o *FilterName) GetTypeOk() (*string, bool)` 38 39 GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise 40 and a boolean to check if the value has been set. 41 42 ### SetType 43 44 `func (o *FilterName) SetType(v string)` 45 46 SetType sets Type field to given value. 47 48 ### HasType 49 50 `func (o *FilterName) HasType() bool` 51 52 HasType returns a boolean if a field has been set. 53 54 ### GetName 55 56 `func (o *FilterName) GetName() string` 57 58 GetName returns the Name field if non-nil, zero value otherwise. 59 60 ### GetNameOk 61 62 `func (o *FilterName) GetNameOk() (*string, bool)` 63 64 GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 65 and a boolean to check if the value has been set. 66 67 ### SetName 68 69 `func (o *FilterName) SetName(v string)` 70 71 SetName sets Name field to given value. 72 73 ### HasName 74 75 `func (o *FilterName) HasName() bool` 76 77 HasName returns a boolean if a field has been set. 78 79 ### SetNameNil 80 81 `func (o *FilterName) SetNameNil(b bool)` 82 83 SetNameNil sets the value for Name to be an explicit nil 84 85 ### UnsetName 86 `func (o *FilterName) UnsetName()` 87 88 UnsetName ensures that no value is present for Name, not even an explicit nil 89 90 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 91 92