Name | Type | Description | Notes |
---|---|---|---|
CreatedAt | Pointer to time.Time | [optional] | |
Guid | Pointer to string | [optional] | |
Links | Pointer to ServiceBrokerLinks | [optional] | |
Metadata | Pointer to V3AppsGuidDropletsCurrentGet200ResponseMetadata | [optional] | |
Name | Pointer to string | [optional] | |
Relationships | Pointer to ServiceBrokerRelationships | [optional] | |
UpdatedAt | Pointer to time.Time | [optional] | |
Url | Pointer to string | [optional] |
func NewServiceBroker() *ServiceBroker
NewServiceBroker instantiates a new ServiceBroker 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 NewServiceBrokerWithDefaults() *ServiceBroker
NewServiceBrokerWithDefaults instantiates a new ServiceBroker 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 *ServiceBroker) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *ServiceBroker) 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 *ServiceBroker) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *ServiceBroker) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *ServiceBroker) GetGuid() string
GetGuid returns the Guid field if non-nil, zero value otherwise.
func (o *ServiceBroker) 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 *ServiceBroker) SetGuid(v string)
SetGuid sets Guid field to given value.
func (o *ServiceBroker) HasGuid() bool
HasGuid returns a boolean if a field has been set.
func (o *ServiceBroker) GetLinks() ServiceBrokerLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *ServiceBroker) GetLinksOk() (*ServiceBrokerLinks, 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 *ServiceBroker) SetLinks(v ServiceBrokerLinks)
SetLinks sets Links field to given value.
func (o *ServiceBroker) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *ServiceBroker) GetMetadata() V3AppsGuidDropletsCurrentGet200ResponseMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *ServiceBroker) 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 *ServiceBroker) SetMetadata(v V3AppsGuidDropletsCurrentGet200ResponseMetadata)
SetMetadata sets Metadata field to given value.
func (o *ServiceBroker) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *ServiceBroker) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ServiceBroker) 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 *ServiceBroker) SetName(v string)
SetName sets Name field to given value.
func (o *ServiceBroker) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ServiceBroker) GetRelationships() ServiceBrokerRelationships
GetRelationships returns the Relationships field if non-nil, zero value otherwise.
func (o *ServiceBroker) GetRelationshipsOk() (*ServiceBrokerRelationships, 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 *ServiceBroker) SetRelationships(v ServiceBrokerRelationships)
SetRelationships sets Relationships field to given value.
func (o *ServiceBroker) HasRelationships() bool
HasRelationships returns a boolean if a field has been set.
func (o *ServiceBroker) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *ServiceBroker) 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 *ServiceBroker) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *ServiceBroker) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *ServiceBroker) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *ServiceBroker) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceBroker) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *ServiceBroker) HasUrl() bool
HasUrl returns a boolean if a field has been set.