Skip to content

Latest commit

 

History

History
354 lines (195 loc) · 9.93 KB

ServiceListResponse.md

File metadata and controls

354 lines (195 loc) · 9.93 KB

ServiceListResponse

Properties

Name Type Description Notes
CreatedAt Pointer to NullableTime Date and time in ISO 8601 format. [optional] [readonly]
DeletedAt Pointer to NullableTime Date and time in ISO 8601 format. [optional] [readonly]
UpdatedAt Pointer to NullableTime Date and time in ISO 8601 format. [optional] [readonly]
Comment Pointer to NullableString A freeform descriptive note. [optional]
Name Pointer to string The name of the service. [optional]
CustomerID Pointer to string Alphanumeric string identifying the customer. [optional]
Type Pointer to string The type of this service. [optional]
ID Pointer to string [optional] [readonly]
Version Pointer to int32 Current version of the service. [optional]
Versions Pointer to []SchemasVersionResponse A list of versions associated with the service. [optional]
Environments Pointer to []Environment A list of environments where the service has been deployed. [optional]

Methods

NewServiceListResponse

func NewServiceListResponse() *ServiceListResponse

NewServiceListResponse instantiates a new ServiceListResponse 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

NewServiceListResponseWithDefaults

func NewServiceListResponseWithDefaults() *ServiceListResponse

NewServiceListResponseWithDefaults instantiates a new ServiceListResponse 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

GetCreatedAt

func (o *ServiceListResponse) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *ServiceListResponse) 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.

SetCreatedAt

func (o *ServiceListResponse) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *ServiceListResponse) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

SetCreatedAtNil

func (o *ServiceListResponse) SetCreatedAtNil(b bool)

SetCreatedAtNil sets the value for CreatedAt to be an explicit nil

UnsetCreatedAt

func (o *ServiceListResponse) UnsetCreatedAt()

UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil

GetDeletedAt

func (o *ServiceListResponse) GetDeletedAt() time.Time

GetDeletedAt returns the DeletedAt field if non-nil, zero value otherwise.

GetDeletedAtOk

func (o *ServiceListResponse) GetDeletedAtOk() (*time.Time, bool)

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

SetDeletedAt

func (o *ServiceListResponse) SetDeletedAt(v time.Time)

SetDeletedAt sets DeletedAt field to given value.

HasDeletedAt

func (o *ServiceListResponse) HasDeletedAt() bool

HasDeletedAt returns a boolean if a field has been set.

SetDeletedAtNil

func (o *ServiceListResponse) SetDeletedAtNil(b bool)

SetDeletedAtNil sets the value for DeletedAt to be an explicit nil

UnsetDeletedAt

func (o *ServiceListResponse) UnsetDeletedAt()

UnsetDeletedAt ensures that no value is present for DeletedAt, not even an explicit nil

GetUpdatedAt

func (o *ServiceListResponse) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

func (o *ServiceListResponse) 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.

SetUpdatedAt

func (o *ServiceListResponse) SetUpdatedAt(v time.Time)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *ServiceListResponse) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

SetUpdatedAtNil

func (o *ServiceListResponse) SetUpdatedAtNil(b bool)

SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil

UnsetUpdatedAt

func (o *ServiceListResponse) UnsetUpdatedAt()

UnsetUpdatedAt ensures that no value is present for UpdatedAt, not even an explicit nil

GetComment

func (o *ServiceListResponse) GetComment() string

GetComment returns the Comment field if non-nil, zero value otherwise.

GetCommentOk

func (o *ServiceListResponse) GetCommentOk() (*string, bool)

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

SetComment

func (o *ServiceListResponse) SetComment(v string)

SetComment sets Comment field to given value.

HasComment

func (o *ServiceListResponse) HasComment() bool

HasComment returns a boolean if a field has been set.

SetCommentNil

func (o *ServiceListResponse) SetCommentNil(b bool)

SetCommentNil sets the value for Comment to be an explicit nil

UnsetComment

func (o *ServiceListResponse) UnsetComment()

UnsetComment ensures that no value is present for Comment, not even an explicit nil

GetName

func (o *ServiceListResponse) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ServiceListResponse) 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.

SetName

func (o *ServiceListResponse) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ServiceListResponse) HasName() bool

HasName returns a boolean if a field has been set.

GetCustomerID

func (o *ServiceListResponse) GetCustomerID() string

GetCustomerID returns the CustomerID field if non-nil, zero value otherwise.

GetCustomerIDOk

func (o *ServiceListResponse) GetCustomerIDOk() (*string, bool)

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

SetCustomerID

func (o *ServiceListResponse) SetCustomerID(v string)

SetCustomerID sets CustomerID field to given value.

HasCustomerID

func (o *ServiceListResponse) HasCustomerID() bool

HasCustomerID returns a boolean if a field has been set.

GetType

func (o *ServiceListResponse) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ServiceListResponse) 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.

SetType

func (o *ServiceListResponse) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ServiceListResponse) HasType() bool

HasType returns a boolean if a field has been set.

GetID

func (o *ServiceListResponse) GetID() string

GetID returns the ID field if non-nil, zero value otherwise.

GetIDOk

func (o *ServiceListResponse) GetIDOk() (*string, bool)

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

SetID

func (o *ServiceListResponse) SetID(v string)

SetID sets ID field to given value.

HasID

func (o *ServiceListResponse) HasID() bool

HasID returns a boolean if a field has been set.

GetVersion

func (o *ServiceListResponse) GetVersion() int32

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *ServiceListResponse) GetVersionOk() (*int32, bool)

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

SetVersion

func (o *ServiceListResponse) SetVersion(v int32)

SetVersion sets Version field to given value.

HasVersion

func (o *ServiceListResponse) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetVersions

func (o *ServiceListResponse) GetVersions() []SchemasVersionResponse

GetVersions returns the Versions field if non-nil, zero value otherwise.

GetVersionsOk

func (o *ServiceListResponse) GetVersionsOk() (*[]SchemasVersionResponse, bool)

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

SetVersions

func (o *ServiceListResponse) SetVersions(v []SchemasVersionResponse)

SetVersions sets Versions field to given value.

HasVersions

func (o *ServiceListResponse) HasVersions() bool

HasVersions returns a boolean if a field has been set.

GetEnvironments

func (o *ServiceListResponse) GetEnvironments() []Environment

GetEnvironments returns the Environments field if non-nil, zero value otherwise.

GetEnvironmentsOk

func (o *ServiceListResponse) GetEnvironmentsOk() (*[]Environment, bool)

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

SetEnvironments

func (o *ServiceListResponse) SetEnvironments(v []Environment)

SetEnvironments sets Environments field to given value.

HasEnvironments

func (o *ServiceListResponse) HasEnvironments() bool

HasEnvironments returns a boolean if a field has been set.

Back to API list | Back to README