| Name | Type | Description | Notes |
|---|---|---|---|
| Display | Pointer to string | [optional] | |
| Slug | Pointer to AppsServiceType | [optional] |
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
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
func (o *GetServiceTypesResponseServiceTypeData) GetDisplay() string
GetDisplay returns the Display field if non-nil, zero value otherwise.
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.
func (o *GetServiceTypesResponseServiceTypeData) SetDisplay(v string)
SetDisplay sets Display field to given value.
func (o *GetServiceTypesResponseServiceTypeData) HasDisplay() bool
HasDisplay returns a boolean if a field has been set.
func (o *GetServiceTypesResponseServiceTypeData) GetSlug() AppsServiceType
GetSlug returns the Slug field if non-nil, zero value otherwise.
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.
func (o *GetServiceTypesResponseServiceTypeData) SetSlug(v AppsServiceType)
SetSlug sets Slug field to given value.
func (o *GetServiceTypesResponseServiceTypeData) HasSlug() bool
HasSlug returns a boolean if a field has been set.