| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | [optional] | |
| Details | Pointer to []TroubleshootDetailsInner | [optional] | |
| CreatedAt | Pointer to string | [optional] |
func NewTroubleshoot() *Troubleshoot
NewTroubleshoot instantiates a new Troubleshoot 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 NewTroubleshootWithDefaults() *Troubleshoot
NewTroubleshootWithDefaults instantiates a new Troubleshoot 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 *Troubleshoot) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Troubleshoot) GetIdOk() (*string, 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 *Troubleshoot) SetId(v string)
SetId sets Id field to given value.
func (o *Troubleshoot) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Troubleshoot) GetDetails() []TroubleshootDetailsInner
GetDetails returns the Details field if non-nil, zero value otherwise.
func (o *Troubleshoot) GetDetailsOk() (*[]TroubleshootDetailsInner, bool)
GetDetailsOk returns a tuple with the Details field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Troubleshoot) SetDetails(v []TroubleshootDetailsInner)
SetDetails sets Details field to given value.
func (o *Troubleshoot) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (o *Troubleshoot) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *Troubleshoot) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Troubleshoot) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *Troubleshoot) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.