Name | Type | Description | Notes |
---|---|---|---|
Details | Pointer to []BulkItemResponseInfo | List of BulkItemResponseInfo corresponding to each session id in the action operation. | [optional] |
ErrorMessages | Pointer to []string | Reasons for failure of the operation. | [optional] |
PodId | Pointer to string | ID of the hosting pod for the sessions. | [optional] |
StatusCode | Pointer to int32 | HTTP Status Code of the operation. | [optional] |
Timestamp | Pointer to int64 | Timestamp in milliseconds when the operation failed. Measured as epoch time. | [optional] |
func NewBulkGlobalSessionActionResponseInfo() *BulkGlobalSessionActionResponseInfo
NewBulkGlobalSessionActionResponseInfo instantiates a new BulkGlobalSessionActionResponseInfo 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 NewBulkGlobalSessionActionResponseInfoWithDefaults() *BulkGlobalSessionActionResponseInfo
NewBulkGlobalSessionActionResponseInfoWithDefaults instantiates a new BulkGlobalSessionActionResponseInfo 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 *BulkGlobalSessionActionResponseInfo) GetDetails() []BulkItemResponseInfo
GetDetails returns the Details field if non-nil, zero value otherwise.
func (o *BulkGlobalSessionActionResponseInfo) GetDetailsOk() (*[]BulkItemResponseInfo, 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 *BulkGlobalSessionActionResponseInfo) SetDetails(v []BulkItemResponseInfo)
SetDetails sets Details field to given value.
func (o *BulkGlobalSessionActionResponseInfo) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (o *BulkGlobalSessionActionResponseInfo) GetErrorMessages() []string
GetErrorMessages returns the ErrorMessages field if non-nil, zero value otherwise.
func (o *BulkGlobalSessionActionResponseInfo) GetErrorMessagesOk() (*[]string, bool)
GetErrorMessagesOk returns a tuple with the ErrorMessages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BulkGlobalSessionActionResponseInfo) SetErrorMessages(v []string)
SetErrorMessages sets ErrorMessages field to given value.
func (o *BulkGlobalSessionActionResponseInfo) HasErrorMessages() bool
HasErrorMessages returns a boolean if a field has been set.
func (o *BulkGlobalSessionActionResponseInfo) GetPodId() string
GetPodId returns the PodId field if non-nil, zero value otherwise.
func (o *BulkGlobalSessionActionResponseInfo) GetPodIdOk() (*string, bool)
GetPodIdOk returns a tuple with the PodId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BulkGlobalSessionActionResponseInfo) SetPodId(v string)
SetPodId sets PodId field to given value.
func (o *BulkGlobalSessionActionResponseInfo) HasPodId() bool
HasPodId returns a boolean if a field has been set.
func (o *BulkGlobalSessionActionResponseInfo) GetStatusCode() int32
GetStatusCode returns the StatusCode field if non-nil, zero value otherwise.
func (o *BulkGlobalSessionActionResponseInfo) GetStatusCodeOk() (*int32, bool)
GetStatusCodeOk returns a tuple with the StatusCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BulkGlobalSessionActionResponseInfo) SetStatusCode(v int32)
SetStatusCode sets StatusCode field to given value.
func (o *BulkGlobalSessionActionResponseInfo) HasStatusCode() bool
HasStatusCode returns a boolean if a field has been set.
func (o *BulkGlobalSessionActionResponseInfo) GetTimestamp() int64
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *BulkGlobalSessionActionResponseInfo) GetTimestampOk() (*int64, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BulkGlobalSessionActionResponseInfo) SetTimestamp(v int64)
SetTimestamp sets Timestamp field to given value.
func (o *BulkGlobalSessionActionResponseInfo) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.