Name | Type | Description | Notes |
---|---|---|---|
TypeId | int32 | Message type as integer | |
MessageType | string | Message type as string | |
Count | int32 | Number of pending RPCs queued |
func NewV0041OpenapiDiagRespStatisticsPendingRpcsInner(typeId int32, messageType string, count int32, ) *V0041OpenapiDiagRespStatisticsPendingRpcsInner
NewV0041OpenapiDiagRespStatisticsPendingRpcsInner instantiates a new V0041OpenapiDiagRespStatisticsPendingRpcsInner 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 NewV0041OpenapiDiagRespStatisticsPendingRpcsInnerWithDefaults() *V0041OpenapiDiagRespStatisticsPendingRpcsInner
NewV0041OpenapiDiagRespStatisticsPendingRpcsInnerWithDefaults instantiates a new V0041OpenapiDiagRespStatisticsPendingRpcsInner 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 *V0041OpenapiDiagRespStatisticsPendingRpcsInner) GetTypeId() int32
GetTypeId returns the TypeId field if non-nil, zero value otherwise.
func (o *V0041OpenapiDiagRespStatisticsPendingRpcsInner) GetTypeIdOk() (*int32, bool)
GetTypeIdOk returns a tuple with the TypeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiDiagRespStatisticsPendingRpcsInner) SetTypeId(v int32)
SetTypeId sets TypeId field to given value.
func (o *V0041OpenapiDiagRespStatisticsPendingRpcsInner) GetMessageType() string
GetMessageType returns the MessageType field if non-nil, zero value otherwise.
func (o *V0041OpenapiDiagRespStatisticsPendingRpcsInner) GetMessageTypeOk() (*string, bool)
GetMessageTypeOk returns a tuple with the MessageType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiDiagRespStatisticsPendingRpcsInner) SetMessageType(v string)
SetMessageType sets MessageType field to given value.
func (o *V0041OpenapiDiagRespStatisticsPendingRpcsInner) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *V0041OpenapiDiagRespStatisticsPendingRpcsInner) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiDiagRespStatisticsPendingRpcsInner) SetCount(v int32)
SetCount sets Count field to given value.