Skip to main content

EntitlementConnectionBulkUpdateResultItem

Properties

NameTypeDescriptionNotes
ConnectionIdPointer to stringConnection ID processed in this row.[optional]
TypePointer to stringRequested or resulting connection type for the row.[optional]
StatusPointer to int32Item-level result status code.[optional]
DescriptionPointer to stringItem-level result message.[optional]

Methods

NewEntitlementConnectionBulkUpdateResultItem

func NewEntitlementConnectionBulkUpdateResultItem() *EntitlementConnectionBulkUpdateResultItem

NewEntitlementConnectionBulkUpdateResultItem instantiates a new EntitlementConnectionBulkUpdateResultItem 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

NewEntitlementConnectionBulkUpdateResultItemWithDefaults

func NewEntitlementConnectionBulkUpdateResultItemWithDefaults() *EntitlementConnectionBulkUpdateResultItem

NewEntitlementConnectionBulkUpdateResultItemWithDefaults instantiates a new EntitlementConnectionBulkUpdateResultItem 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

GetConnectionId

func (o *EntitlementConnectionBulkUpdateResultItem) GetConnectionId() string

GetConnectionId returns the ConnectionId field if non-nil, zero value otherwise.

GetConnectionIdOk

func (o *EntitlementConnectionBulkUpdateResultItem) GetConnectionIdOk() (*string, bool)

GetConnectionIdOk returns a tuple with the ConnectionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetConnectionId

func (o *EntitlementConnectionBulkUpdateResultItem) SetConnectionId(v string)

SetConnectionId sets ConnectionId field to given value.

HasConnectionId

func (o *EntitlementConnectionBulkUpdateResultItem) HasConnectionId() bool

HasConnectionId returns a boolean if a field has been set.

GetType

func (o *EntitlementConnectionBulkUpdateResultItem) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *EntitlementConnectionBulkUpdateResultItem) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *EntitlementConnectionBulkUpdateResultItem) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *EntitlementConnectionBulkUpdateResultItem) HasType() bool

HasType returns a boolean if a field has been set.

GetStatus

func (o *EntitlementConnectionBulkUpdateResultItem) GetStatus() int32

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *EntitlementConnectionBulkUpdateResultItem) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStatus

func (o *EntitlementConnectionBulkUpdateResultItem) SetStatus(v int32)

SetStatus sets Status field to given value.

HasStatus

func (o *EntitlementConnectionBulkUpdateResultItem) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetDescription

func (o *EntitlementConnectionBulkUpdateResultItem) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *EntitlementConnectionBulkUpdateResultItem) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDescription

func (o *EntitlementConnectionBulkUpdateResultItem) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *EntitlementConnectionBulkUpdateResultItem) HasDescription() bool

HasDescription returns a boolean if a field has been set.