Name | Type | Description | Notes |
---|---|---|---|
ProcessGroupId | Pointer to string | The Process Group ID that this active request will update | [optional] |
DisconnectedNodeAcknowledged | Pointer to bool | Acknowledges that this node is disconnected to allow for mutable requests to proceed. | [optional] |
func NewCreateActiveRequestEntity() *CreateActiveRequestEntity
NewCreateActiveRequestEntity instantiates a new CreateActiveRequestEntity 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 NewCreateActiveRequestEntityWithDefaults() *CreateActiveRequestEntity
NewCreateActiveRequestEntityWithDefaults instantiates a new CreateActiveRequestEntity 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 *CreateActiveRequestEntity) GetProcessGroupId() string
GetProcessGroupId returns the ProcessGroupId field if non-nil, zero value otherwise.
func (o *CreateActiveRequestEntity) GetProcessGroupIdOk() (*string, bool)
GetProcessGroupIdOk returns a tuple with the ProcessGroupId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateActiveRequestEntity) SetProcessGroupId(v string)
SetProcessGroupId sets ProcessGroupId field to given value.
func (o *CreateActiveRequestEntity) HasProcessGroupId() bool
HasProcessGroupId returns a boolean if a field has been set.
func (o *CreateActiveRequestEntity) GetDisconnectedNodeAcknowledged() bool
GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field if non-nil, zero value otherwise.
func (o *CreateActiveRequestEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)
GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateActiveRequestEntity) SetDisconnectedNodeAcknowledged(v bool)
SetDisconnectedNodeAcknowledged sets DisconnectedNodeAcknowledged field to given value.
func (o *CreateActiveRequestEntity) HasDisconnectedNodeAcknowledged() bool
HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.