Name | Type | Description | Notes |
---|---|---|---|
Description | Pointer to string | The description of the service | [optional] |
Name | string | The name of the service | |
Role | Pointer to string | The role of the service. | [optional] [default to "Member"] |
Teams | Pointer to []ServiceTeams | [optional] |
func NewServiceRequest(name string, ) *ServiceRequest
NewServiceRequest instantiates a new ServiceRequest 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 NewServiceRequestWithDefaults() *ServiceRequest
NewServiceRequestWithDefaults instantiates a new ServiceRequest 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 *ServiceRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ServiceRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ServiceRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ServiceRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ServiceRequest) 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 *ServiceRequest) SetName(v string)
SetName sets Name field to given value.
func (o *ServiceRequest) GetRole() string
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *ServiceRequest) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceRequest) SetRole(v string)
SetRole sets Role field to given value.
func (o *ServiceRequest) HasRole() bool
HasRole returns a boolean if a field has been set.
func (o *ServiceRequest) GetTeams() []ServiceTeams
GetTeams returns the Teams field if non-nil, zero value otherwise.
func (o *ServiceRequest) GetTeamsOk() (*[]ServiceTeams, bool)
GetTeamsOk returns a tuple with the Teams field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceRequest) SetTeams(v []ServiceTeams)
SetTeams sets Teams field to given value.
func (o *ServiceRequest) HasTeams() bool
HasTeams returns a boolean if a field has been set.