Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.51 KB

UserTypePostRequest.md

File metadata and controls

82 lines (45 loc) · 2.51 KB

UserTypePostRequest

Properties

Name Type Description Notes
Description Pointer to string The updated human-readable description of the User Type [optional]
DisplayName Pointer to string The updated human-readable display name for the User Type [optional]

Methods

NewUserTypePostRequest

func NewUserTypePostRequest() *UserTypePostRequest

NewUserTypePostRequest instantiates a new UserTypePostRequest 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

NewUserTypePostRequestWithDefaults

func NewUserTypePostRequestWithDefaults() *UserTypePostRequest

NewUserTypePostRequestWithDefaults instantiates a new UserTypePostRequest 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 *UserTypePostRequest) GetDescription() string

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

GetDescriptionOk

func (o *UserTypePostRequest) 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 *UserTypePostRequest) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *UserTypePostRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetDisplayName

func (o *UserTypePostRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *UserTypePostRequest) GetDisplayNameOk() (*string, bool)

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

SetDisplayName

func (o *UserTypePostRequest) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *UserTypePostRequest) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

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