Name | Type | Description | Notes |
---|---|---|---|
Data | Pointer to V3PackagesPostRequestData | [optional] | |
Metadata | Pointer to V3PackagesPostRequestMetadata | [optional] | |
Relationships | Pointer to V3PackagesPostRequestRelationships | [optional] | |
Type | Pointer to string | Type of the package; valid values are bits, docker | [optional] |
func NewV3PackagesPostRequest() *V3PackagesPostRequest
NewV3PackagesPostRequest instantiates a new V3PackagesPostRequest 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
func NewV3PackagesPostRequestWithDefaults() *V3PackagesPostRequest
NewV3PackagesPostRequestWithDefaults instantiates a new V3PackagesPostRequest 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
func (o *V3PackagesPostRequest) GetData() V3PackagesPostRequestData
GetData returns the Data field if non-nil, zero value otherwise.
func (o *V3PackagesPostRequest) GetDataOk() (*V3PackagesPostRequestData, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3PackagesPostRequest) SetData(v V3PackagesPostRequestData)
SetData sets Data field to given value.
func (o *V3PackagesPostRequest) HasData() bool
HasData returns a boolean if a field has been set.
func (o *V3PackagesPostRequest) GetMetadata() V3PackagesPostRequestMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *V3PackagesPostRequest) GetMetadataOk() (*V3PackagesPostRequestMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3PackagesPostRequest) SetMetadata(v V3PackagesPostRequestMetadata)
SetMetadata sets Metadata field to given value.
func (o *V3PackagesPostRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *V3PackagesPostRequest) GetRelationships() V3PackagesPostRequestRelationships
GetRelationships returns the Relationships field if non-nil, zero value otherwise.
func (o *V3PackagesPostRequest) GetRelationshipsOk() (*V3PackagesPostRequestRelationships, bool)
GetRelationshipsOk returns a tuple with the Relationships field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3PackagesPostRequest) SetRelationships(v V3PackagesPostRequestRelationships)
SetRelationships sets Relationships field to given value.
func (o *V3PackagesPostRequest) HasRelationships() bool
HasRelationships returns a boolean if a field has been set.
func (o *V3PackagesPostRequest) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *V3PackagesPostRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3PackagesPostRequest) SetType(v string)
SetType sets Type field to given value.
func (o *V3PackagesPostRequest) HasType() bool
HasType returns a boolean if a field has been set.