MetadataWithEndpoint
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewMetadataWithEndpoint(status string, publicEndpoint string, ) *MetadataWithEndpoint
NewMetadataWithEndpoint instantiates a new MetadataWithEndpoint 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 NewMetadataWithEndpointWithDefaults() *MetadataWithEndpoint
NewMetadataWithEndpointWithDefaults instantiates a new MetadataWithEndpoint 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 *MetadataWithEndpoint) GetCreatedDate() time.Time
GetCreatedDate returns the CreatedDate field if non-nil, zero value otherwise.
func (o *MetadataWithEndpoint) GetCreatedDateOk() (*time.Time, bool)
GetCreatedDateOk returns a tuple with the CreatedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataWithEndpoint) SetCreatedDate(v time.Time)
SetCreatedDate sets CreatedDate field to given value.
func (o *MetadataWithEndpoint) HasCreatedDate() bool
HasCreatedDate returns a boolean if a field has been set.
func (o *MetadataWithEndpoint) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *MetadataWithEndpoint) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataWithEndpoint) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *MetadataWithEndpoint) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *MetadataWithEndpoint) GetCreatedByUserId() string
GetCreatedByUserId returns the CreatedByUserId field if non-nil, zero value otherwise.
func (o *MetadataWithEndpoint) GetCreatedByUserIdOk() (*string, bool)
GetCreatedByUserIdOk returns a tuple with the CreatedByUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataWithEndpoint) SetCreatedByUserId(v string)
SetCreatedByUserId sets CreatedByUserId field to given value.
func (o *MetadataWithEndpoint) HasCreatedByUserId() bool
HasCreatedByUserId returns a boolean if a field has been set.
func (o *MetadataWithEndpoint) GetLastModifiedDate() time.Time
GetLastModifiedDate returns the LastModifiedDate field if non-nil, zero value otherwise.
func (o *MetadataWithEndpoint) GetLastModifiedDateOk() (*time.Time, bool)
GetLastModifiedDateOk returns a tuple with the LastModifiedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataWithEndpoint) SetLastModifiedDate(v time.Time)
SetLastModifiedDate sets LastModifiedDate field to given value.
func (o *MetadataWithEndpoint) HasLastModifiedDate() bool
HasLastModifiedDate returns a boolean if a field has been set.
func (o *MetadataWithEndpoint) GetLastModifiedBy() string
GetLastModifiedBy returns the LastModifiedBy field if non-nil, zero value otherwise.
func (o *MetadataWithEndpoint) GetLastModifiedByOk() (*string, bool)
GetLastModifiedByOk returns a tuple with the LastModifiedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataWithEndpoint) SetLastModifiedBy(v string)
SetLastModifiedBy sets LastModifiedBy field to given value.
func (o *MetadataWithEndpoint) HasLastModifiedBy() bool
HasLastModifiedBy returns a boolean if a field has been set.
func (o *MetadataWithEndpoint) GetLastModifiedByUserId() string
GetLastModifiedByUserId returns the LastModifiedByUserId field if non-nil, zero value otherwise.
func (o *MetadataWithEndpoint) GetLastModifiedByUserIdOk() (*string, bool)
GetLastModifiedByUserIdOk returns a tuple with the LastModifiedByUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataWithEndpoint) SetLastModifiedByUserId(v string)
SetLastModifiedByUserId sets LastModifiedByUserId field to given value.
func (o *MetadataWithEndpoint) HasLastModifiedByUserId() bool
HasLastModifiedByUserId returns a boolean if a field has been set.
func (o *MetadataWithEndpoint) GetResourceURN() string
GetResourceURN returns the ResourceURN field if non-nil, zero value otherwise.
func (o *MetadataWithEndpoint) GetResourceURNOk() (*string, bool)
GetResourceURNOk returns a tuple with the ResourceURN field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataWithEndpoint) SetResourceURN(v string)
SetResourceURN sets ResourceURN field to given value.
func (o *MetadataWithEndpoint) HasResourceURN() bool
HasResourceURN returns a boolean if a field has been set.
func (o *MetadataWithEndpoint) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *MetadataWithEndpoint) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataWithEndpoint) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *MetadataWithEndpoint) GetStatusMessage() string
GetStatusMessage returns the StatusMessage field if non-nil, zero value otherwise.
func (o *MetadataWithEndpoint) GetStatusMessageOk() (*string, bool)
GetStatusMessageOk returns a tuple with the StatusMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataWithEndpoint) SetStatusMessage(v string)
SetStatusMessage sets StatusMessage field to given value.
func (o *MetadataWithEndpoint) HasStatusMessage() bool
HasStatusMessage returns a boolean if a field has been set.
func (o *MetadataWithEndpoint) GetPublicEndpoint() string
GetPublicEndpoint returns the PublicEndpoint field if non-nil, zero value otherwise.
func (o *MetadataWithEndpoint) GetPublicEndpointOk() (*string, bool)
GetPublicEndpointOk returns a tuple with the PublicEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataWithEndpoint) SetPublicEndpoint(v string)
SetPublicEndpoint sets PublicEndpoint field to given value.
CreatedDate
Pointer to time.Time
The ISO 8601 creation timestamp.
[optional] [readonly]
CreatedBy
Pointer to string
Unique name of the identity that created the resource.
[optional] [readonly]
CreatedByUserId
Pointer to string
Unique id of the identity that created the resource.
[optional] [readonly]
LastModifiedDate
Pointer to time.Time
The ISO 8601 modified timestamp.
[optional] [readonly]
LastModifiedBy
Pointer to string
Unique name of the identity that last modified the resource.
[optional] [readonly]
LastModifiedByUserId
Pointer to string
Unique id of the identity that last modified the resource.
[optional] [readonly]
ResourceURN
Pointer to string
Unique name of the resource.
[optional] [readonly]
Status
string
The status of the object. The status can be: * `AVAILABLE` - resource exists and is healthy. * `PROVISIONING` - resource is being created or updated. * `DESTROYING` - delete command was issued, the resource is being deleted. * `FAILED` - resource failed, details in `failureMessage`.
[readonly]
StatusMessage
Pointer to string
The message of the failure if the status is `FAILED`.
[optional] [readonly]
PublicEndpoint
string
The public endpoint of the API Gateway instance.
[readonly]