Skip to content

Latest commit

 

History

History
202 lines (109 loc) · 5.83 KB

WritableProviderAccountRequest.md

File metadata and controls

202 lines (109 loc) · 5.83 KB

WritableProviderAccountRequest

Properties

Name Type Description Notes
Provider int32
Name Pointer to string [optional]
Account string
Description Pointer to string [optional]
Comments Pointer to string [optional]
Tags Pointer to []NestedTagRequest [optional]
CustomFields Pointer to map[string]interface{} [optional]

Methods

NewWritableProviderAccountRequest

func NewWritableProviderAccountRequest(provider int32, account string, ) *WritableProviderAccountRequest

NewWritableProviderAccountRequest instantiates a new WritableProviderAccountRequest 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

NewWritableProviderAccountRequestWithDefaults

func NewWritableProviderAccountRequestWithDefaults() *WritableProviderAccountRequest

NewWritableProviderAccountRequestWithDefaults instantiates a new WritableProviderAccountRequest 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

GetProvider

func (o *WritableProviderAccountRequest) GetProvider() int32

GetProvider returns the Provider field if non-nil, zero value otherwise.

GetProviderOk

func (o *WritableProviderAccountRequest) GetProviderOk() (*int32, bool)

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

SetProvider

func (o *WritableProviderAccountRequest) SetProvider(v int32)

SetProvider sets Provider field to given value.

GetName

func (o *WritableProviderAccountRequest) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *WritableProviderAccountRequest) HasName() bool

HasName returns a boolean if a field has been set.

GetAccount

func (o *WritableProviderAccountRequest) GetAccount() string

GetAccount returns the Account field if non-nil, zero value otherwise.

GetAccountOk

func (o *WritableProviderAccountRequest) GetAccountOk() (*string, bool)

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

SetAccount

func (o *WritableProviderAccountRequest) SetAccount(v string)

SetAccount sets Account field to given value.

GetDescription

func (o *WritableProviderAccountRequest) GetDescription() string

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

GetDescriptionOk

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

SetDescription sets Description field to given value.

HasDescription

func (o *WritableProviderAccountRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetComments

func (o *WritableProviderAccountRequest) GetComments() string

GetComments returns the Comments field if non-nil, zero value otherwise.

GetCommentsOk

func (o *WritableProviderAccountRequest) GetCommentsOk() (*string, bool)

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

SetComments

func (o *WritableProviderAccountRequest) SetComments(v string)

SetComments sets Comments field to given value.

HasComments

func (o *WritableProviderAccountRequest) HasComments() bool

HasComments returns a boolean if a field has been set.

GetTags

func (o *WritableProviderAccountRequest) GetTags() []NestedTagRequest

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

func (o *WritableProviderAccountRequest) GetTagsOk() (*[]NestedTagRequest, bool)

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

SetTags

func (o *WritableProviderAccountRequest) SetTags(v []NestedTagRequest)

SetTags sets Tags field to given value.

HasTags

func (o *WritableProviderAccountRequest) HasTags() bool

HasTags returns a boolean if a field has been set.

GetCustomFields

func (o *WritableProviderAccountRequest) GetCustomFields() map[string]interface{}

GetCustomFields returns the CustomFields field if non-nil, zero value otherwise.

GetCustomFieldsOk

func (o *WritableProviderAccountRequest) GetCustomFieldsOk() (*map[string]interface{}, bool)

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

SetCustomFields

func (o *WritableProviderAccountRequest) SetCustomFields(v map[string]interface{})

SetCustomFields sets CustomFields field to given value.

HasCustomFields

func (o *WritableProviderAccountRequest) HasCustomFields() bool

HasCustomFields returns a boolean if a field has been set.

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