Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.97 KB

V3UpdateClusterSupportRequest.md

File metadata and controls

51 lines (28 loc) · 1.97 KB

V3UpdateClusterSupportRequest

Properties

Name Type Description Notes
SupportPackage V3UpdateClusterSupportRequestSupportPackage

Methods

NewV3UpdateClusterSupportRequest

func NewV3UpdateClusterSupportRequest(supportPackage V3UpdateClusterSupportRequestSupportPackage, ) *V3UpdateClusterSupportRequest

NewV3UpdateClusterSupportRequest instantiates a new V3UpdateClusterSupportRequest 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

NewV3UpdateClusterSupportRequestWithDefaults

func NewV3UpdateClusterSupportRequestWithDefaults() *V3UpdateClusterSupportRequest

NewV3UpdateClusterSupportRequestWithDefaults instantiates a new V3UpdateClusterSupportRequest 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

GetSupportPackage

func (o *V3UpdateClusterSupportRequest) GetSupportPackage() V3UpdateClusterSupportRequestSupportPackage

GetSupportPackage returns the SupportPackage field if non-nil, zero value otherwise.

GetSupportPackageOk

func (o *V3UpdateClusterSupportRequest) GetSupportPackageOk() (*V3UpdateClusterSupportRequestSupportPackage, bool)

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

SetSupportPackage

func (o *V3UpdateClusterSupportRequest) SetSupportPackage(v V3UpdateClusterSupportRequestSupportPackage)

SetSupportPackage sets SupportPackage field to given value.

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