Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.64 KB

File metadata and controls

82 lines (45 loc) · 2.64 KB

GetServiceTypesResponseServiceTypeData

Properties

Name Type Description Notes
Display Pointer to string [optional]
Slug Pointer to AppsServiceType [optional]

Methods

NewGetServiceTypesResponseServiceTypeData

func NewGetServiceTypesResponseServiceTypeData() *GetServiceTypesResponseServiceTypeData

NewGetServiceTypesResponseServiceTypeData instantiates a new GetServiceTypesResponseServiceTypeData 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

NewGetServiceTypesResponseServiceTypeDataWithDefaults

func NewGetServiceTypesResponseServiceTypeDataWithDefaults() *GetServiceTypesResponseServiceTypeData

NewGetServiceTypesResponseServiceTypeDataWithDefaults instantiates a new GetServiceTypesResponseServiceTypeData 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

GetDisplay

func (o *GetServiceTypesResponseServiceTypeData) GetDisplay() string

GetDisplay returns the Display field if non-nil, zero value otherwise.

GetDisplayOk

func (o *GetServiceTypesResponseServiceTypeData) GetDisplayOk() (*string, bool)

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

SetDisplay

func (o *GetServiceTypesResponseServiceTypeData) SetDisplay(v string)

SetDisplay sets Display field to given value.

HasDisplay

func (o *GetServiceTypesResponseServiceTypeData) HasDisplay() bool

HasDisplay returns a boolean if a field has been set.

GetSlug

func (o *GetServiceTypesResponseServiceTypeData) GetSlug() AppsServiceType

GetSlug returns the Slug field if non-nil, zero value otherwise.

GetSlugOk

func (o *GetServiceTypesResponseServiceTypeData) GetSlugOk() (*AppsServiceType, bool)

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

SetSlug

func (o *GetServiceTypesResponseServiceTypeData) SetSlug(v AppsServiceType)

SetSlug sets Slug field to given value.

HasSlug

func (o *GetServiceTypesResponseServiceTypeData) HasSlug() bool

HasSlug returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]