Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.52 KB

TeamConfiguration.md

File metadata and controls

93 lines (50 loc) · 2.52 KB

TeamConfiguration

Properties

Name Type Description Notes
Version string
Kind string
Spec TeamConfigurationSpec

Methods

NewTeamConfiguration

func NewTeamConfiguration(version string, kind string, spec TeamConfigurationSpec, ) *TeamConfiguration

NewTeamConfiguration instantiates a new TeamConfiguration 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

NewTeamConfigurationWithDefaults

func NewTeamConfigurationWithDefaults() *TeamConfiguration

NewTeamConfigurationWithDefaults instantiates a new TeamConfiguration 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

GetVersion

func (o *TeamConfiguration) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *TeamConfiguration) GetVersionOk() (*string, bool)

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

SetVersion

func (o *TeamConfiguration) SetVersion(v string)

SetVersion sets Version field to given value.

GetKind

func (o *TeamConfiguration) GetKind() string

GetKind returns the Kind field if non-nil, zero value otherwise.

GetKindOk

func (o *TeamConfiguration) GetKindOk() (*string, bool)

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

SetKind

func (o *TeamConfiguration) SetKind(v string)

SetKind sets Kind field to given value.

GetSpec

func (o *TeamConfiguration) GetSpec() TeamConfigurationSpec

GetSpec returns the Spec field if non-nil, zero value otherwise.

GetSpecOk

func (o *TeamConfiguration) GetSpecOk() (*TeamConfigurationSpec, bool)

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

SetSpec

func (o *TeamConfiguration) SetSpec(v TeamConfigurationSpec)

SetSpec sets Spec field to given value.

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