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