Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.7 KB

UserTypePutRequest.md

File metadata and controls

93 lines (50 loc) · 2.7 KB

UserTypePutRequest

Properties

Name Type Description Notes
Description string The human-readable description of the User Type
DisplayName string The human-readable name of the User Type
Name string The name of the existing type

Methods

NewUserTypePutRequest

func NewUserTypePutRequest(description string, displayName string, name string, ) *UserTypePutRequest

NewUserTypePutRequest instantiates a new UserTypePutRequest 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

NewUserTypePutRequestWithDefaults

func NewUserTypePutRequestWithDefaults() *UserTypePutRequest

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

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

GetDescriptionOk

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

SetDescription sets Description field to given value.

GetDisplayName

func (o *UserTypePutRequest) GetDisplayName() string

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

GetDisplayNameOk

func (o *UserTypePutRequest) 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 *UserTypePutRequest) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

GetName

func (o *UserTypePutRequest) GetName() string

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

GetNameOk

func (o *UserTypePutRequest) 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 *UserTypePutRequest) SetName(v string)

SetName sets Name field to given value.

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