Name | Type | Description | Notes |
---|---|---|---|
Created | Pointer to time.Time | When this Issue was created. Issues are created in response to issues detected with Managed Services, so this is also when the Issue was detected. | [optional] [readonly] |
Entity | Pointer to GetManagedIssues200ResponseDataInnerEntity | [optional] | |
Id | Pointer to int32 | This Issue's unique ID. | [optional] [readonly] |
Services | Pointer to []int32 | An array of Managed Service IDs that were affected by this Issue. | [optional] [readonly] |
func NewGetManagedIssues200ResponseDataInner() *GetManagedIssues200ResponseDataInner
NewGetManagedIssues200ResponseDataInner instantiates a new GetManagedIssues200ResponseDataInner 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 NewGetManagedIssues200ResponseDataInnerWithDefaults() *GetManagedIssues200ResponseDataInner
NewGetManagedIssues200ResponseDataInnerWithDefaults instantiates a new GetManagedIssues200ResponseDataInner 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 *GetManagedIssues200ResponseDataInner) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *GetManagedIssues200ResponseDataInner) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetManagedIssues200ResponseDataInner) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *GetManagedIssues200ResponseDataInner) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *GetManagedIssues200ResponseDataInner) GetEntity() GetManagedIssues200ResponseDataInnerEntity
GetEntity returns the Entity field if non-nil, zero value otherwise.
func (o *GetManagedIssues200ResponseDataInner) GetEntityOk() (*GetManagedIssues200ResponseDataInnerEntity, bool)
GetEntityOk returns a tuple with the Entity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetManagedIssues200ResponseDataInner) SetEntity(v GetManagedIssues200ResponseDataInnerEntity)
SetEntity sets Entity field to given value.
func (o *GetManagedIssues200ResponseDataInner) HasEntity() bool
HasEntity returns a boolean if a field has been set.
func (o *GetManagedIssues200ResponseDataInner) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetManagedIssues200ResponseDataInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetManagedIssues200ResponseDataInner) SetId(v int32)
SetId sets Id field to given value.
func (o *GetManagedIssues200ResponseDataInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GetManagedIssues200ResponseDataInner) GetServices() []int32
GetServices returns the Services field if non-nil, zero value otherwise.
func (o *GetManagedIssues200ResponseDataInner) GetServicesOk() (*[]int32, bool)
GetServicesOk returns a tuple with the Services field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetManagedIssues200ResponseDataInner) SetServices(v []int32)
SetServices sets Services field to given value.
func (o *GetManagedIssues200ResponseDataInner) HasServices() bool
HasServices returns a boolean if a field has been set.