| Name | Type | Description | Notes |
|---|---|---|---|
| TicketingProvider | TicketingProviderEnum | ||
| RemoteId | string | ||
| Identifier | string | ||
| Url | string |
func NewCreateRequestInfoSupportTicket(ticketingProvider TicketingProviderEnum, remoteId string, identifier string, url string, ) *CreateRequestInfoSupportTicket
NewCreateRequestInfoSupportTicket instantiates a new CreateRequestInfoSupportTicket 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 NewCreateRequestInfoSupportTicketWithDefaults() *CreateRequestInfoSupportTicket
NewCreateRequestInfoSupportTicketWithDefaults instantiates a new CreateRequestInfoSupportTicket 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 *CreateRequestInfoSupportTicket) GetTicketingProvider() TicketingProviderEnum
GetTicketingProvider returns the TicketingProvider field if non-nil, zero value otherwise.
func (o *CreateRequestInfoSupportTicket) GetTicketingProviderOk() (*TicketingProviderEnum, bool)
GetTicketingProviderOk returns a tuple with the TicketingProvider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateRequestInfoSupportTicket) SetTicketingProvider(v TicketingProviderEnum)
SetTicketingProvider sets TicketingProvider field to given value.
func (o *CreateRequestInfoSupportTicket) GetRemoteId() string
GetRemoteId returns the RemoteId field if non-nil, zero value otherwise.
func (o *CreateRequestInfoSupportTicket) GetRemoteIdOk() (*string, bool)
GetRemoteIdOk returns a tuple with the RemoteId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateRequestInfoSupportTicket) SetRemoteId(v string)
SetRemoteId sets RemoteId field to given value.
func (o *CreateRequestInfoSupportTicket) GetIdentifier() string
GetIdentifier returns the Identifier field if non-nil, zero value otherwise.
func (o *CreateRequestInfoSupportTicket) GetIdentifierOk() (*string, bool)
GetIdentifierOk returns a tuple with the Identifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateRequestInfoSupportTicket) SetIdentifier(v string)
SetIdentifier sets Identifier field to given value.
func (o *CreateRequestInfoSupportTicket) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *CreateRequestInfoSupportTicket) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateRequestInfoSupportTicket) SetUrl(v string)
SetUrl sets Url field to given value.