Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.35 KB

ResourceSelectorPatchRequestSchema.md

File metadata and controls

108 lines (59 loc) · 3.35 KB

ResourceSelectorPatchRequestSchema

Properties

Name Type Description Notes
Description Pointer to string Description of the Resource Selector [optional]
Filter Pointer to string SCIM filter of the Resource Selector [optional]
Name Pointer to string Name of the Resource Selector [optional]

Methods

NewResourceSelectorPatchRequestSchema

func NewResourceSelectorPatchRequestSchema() *ResourceSelectorPatchRequestSchema

NewResourceSelectorPatchRequestSchema instantiates a new ResourceSelectorPatchRequestSchema 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

NewResourceSelectorPatchRequestSchemaWithDefaults

func NewResourceSelectorPatchRequestSchemaWithDefaults() *ResourceSelectorPatchRequestSchema

NewResourceSelectorPatchRequestSchemaWithDefaults instantiates a new ResourceSelectorPatchRequestSchema 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

GetDescription

func (o *ResourceSelectorPatchRequestSchema) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *ResourceSelectorPatchRequestSchema) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDescription

func (o *ResourceSelectorPatchRequestSchema) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *ResourceSelectorPatchRequestSchema) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetFilter

func (o *ResourceSelectorPatchRequestSchema) GetFilter() string

GetFilter returns the Filter field if non-nil, zero value otherwise.

GetFilterOk

func (o *ResourceSelectorPatchRequestSchema) GetFilterOk() (*string, bool)

GetFilterOk returns a tuple with the Filter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFilter

func (o *ResourceSelectorPatchRequestSchema) SetFilter(v string)

SetFilter sets Filter field to given value.

HasFilter

func (o *ResourceSelectorPatchRequestSchema) HasFilter() bool

HasFilter returns a boolean if a field has been set.

GetName

func (o *ResourceSelectorPatchRequestSchema) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ResourceSelectorPatchRequestSchema) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *ResourceSelectorPatchRequestSchema) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ResourceSelectorPatchRequestSchema) HasName() bool

HasName returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]