Name | Type | Description | Notes |
---|---|---|---|
Available | Pointer to bool | [optional] | |
BrokerCatalog | Pointer to BrokerCatalog | [optional] | |
CreatedAt | Pointer to time.Time | [optional] | |
Description | Pointer to string | [optional] | |
DocumentationUrl | Pointer to string | [optional] | |
Guid | Pointer to string | [optional] | |
Links | Pointer to ServiceOfferingLinks | [optional] | |
Metadata | Pointer to V3AppsGuidDropletsCurrentGet200ResponseMetadata | [optional] | |
Name | Pointer to string | [optional] | |
Relationships | Pointer to ServiceOfferingRelationships | [optional] | |
Requires | Pointer to []string | [optional] | |
Shareable | Pointer to bool | [optional] | |
Tags | Pointer to []string | [optional] | |
UpdatedAt | Pointer to time.Time | [optional] |
func NewServiceOffering() *ServiceOffering
NewServiceOffering instantiates a new ServiceOffering 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 NewServiceOfferingWithDefaults() *ServiceOffering
NewServiceOfferingWithDefaults instantiates a new ServiceOffering 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 *ServiceOffering) GetAvailable() bool
GetAvailable returns the Available field if non-nil, zero value otherwise.
func (o *ServiceOffering) GetAvailableOk() (*bool, bool)
GetAvailableOk returns a tuple with the Available field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceOffering) SetAvailable(v bool)
SetAvailable sets Available field to given value.
func (o *ServiceOffering) HasAvailable() bool
HasAvailable returns a boolean if a field has been set.
func (o *ServiceOffering) GetBrokerCatalog() BrokerCatalog
GetBrokerCatalog returns the BrokerCatalog field if non-nil, zero value otherwise.
func (o *ServiceOffering) GetBrokerCatalogOk() (*BrokerCatalog, bool)
GetBrokerCatalogOk returns a tuple with the BrokerCatalog field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceOffering) SetBrokerCatalog(v BrokerCatalog)
SetBrokerCatalog sets BrokerCatalog field to given value.
func (o *ServiceOffering) HasBrokerCatalog() bool
HasBrokerCatalog returns a boolean if a field has been set.
func (o *ServiceOffering) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *ServiceOffering) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceOffering) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *ServiceOffering) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *ServiceOffering) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ServiceOffering) 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.
func (o *ServiceOffering) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ServiceOffering) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ServiceOffering) GetDocumentationUrl() string
GetDocumentationUrl returns the DocumentationUrl field if non-nil, zero value otherwise.
func (o *ServiceOffering) GetDocumentationUrlOk() (*string, bool)
GetDocumentationUrlOk returns a tuple with the DocumentationUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceOffering) SetDocumentationUrl(v string)
SetDocumentationUrl sets DocumentationUrl field to given value.
func (o *ServiceOffering) HasDocumentationUrl() bool
HasDocumentationUrl returns a boolean if a field has been set.
func (o *ServiceOffering) GetGuid() string
GetGuid returns the Guid field if non-nil, zero value otherwise.
func (o *ServiceOffering) GetGuidOk() (*string, bool)
GetGuidOk returns a tuple with the Guid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceOffering) SetGuid(v string)
SetGuid sets Guid field to given value.
func (o *ServiceOffering) HasGuid() bool
HasGuid returns a boolean if a field has been set.
func (o *ServiceOffering) GetLinks() ServiceOfferingLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *ServiceOffering) GetLinksOk() (*ServiceOfferingLinks, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceOffering) SetLinks(v ServiceOfferingLinks)
SetLinks sets Links field to given value.
func (o *ServiceOffering) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *ServiceOffering) GetMetadata() V3AppsGuidDropletsCurrentGet200ResponseMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *ServiceOffering) GetMetadataOk() (*V3AppsGuidDropletsCurrentGet200ResponseMetadata, 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 *ServiceOffering) SetMetadata(v V3AppsGuidDropletsCurrentGet200ResponseMetadata)
SetMetadata sets Metadata field to given value.
func (o *ServiceOffering) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *ServiceOffering) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ServiceOffering) 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.
func (o *ServiceOffering) SetName(v string)
SetName sets Name field to given value.
func (o *ServiceOffering) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ServiceOffering) GetRelationships() ServiceOfferingRelationships
GetRelationships returns the Relationships field if non-nil, zero value otherwise.
func (o *ServiceOffering) GetRelationshipsOk() (*ServiceOfferingRelationships, 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 *ServiceOffering) SetRelationships(v ServiceOfferingRelationships)
SetRelationships sets Relationships field to given value.
func (o *ServiceOffering) HasRelationships() bool
HasRelationships returns a boolean if a field has been set.
func (o *ServiceOffering) GetRequires() []string
GetRequires returns the Requires field if non-nil, zero value otherwise.
func (o *ServiceOffering) GetRequiresOk() (*[]string, bool)
GetRequiresOk returns a tuple with the Requires field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceOffering) SetRequires(v []string)
SetRequires sets Requires field to given value.
func (o *ServiceOffering) HasRequires() bool
HasRequires returns a boolean if a field has been set.
func (o *ServiceOffering) GetShareable() bool
GetShareable returns the Shareable field if non-nil, zero value otherwise.
func (o *ServiceOffering) GetShareableOk() (*bool, bool)
GetShareableOk returns a tuple with the Shareable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceOffering) SetShareable(v bool)
SetShareable sets Shareable field to given value.
func (o *ServiceOffering) HasShareable() bool
HasShareable returns a boolean if a field has been set.
func (o *ServiceOffering) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *ServiceOffering) GetTagsOk() (*[]string, 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.
func (o *ServiceOffering) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *ServiceOffering) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *ServiceOffering) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *ServiceOffering) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceOffering) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *ServiceOffering) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.