Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.7 KB

BlockCommunicationBody.md

File metadata and controls

56 lines (31 loc) · 1.7 KB

BlockCommunicationBody

Properties

Name Type Description Notes
Isblocked Pointer to bool [optional]

Methods

NewBlockCommunicationBody

func NewBlockCommunicationBody() *BlockCommunicationBody

NewBlockCommunicationBody instantiates a new BlockCommunicationBody 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

NewBlockCommunicationBodyWithDefaults

func NewBlockCommunicationBodyWithDefaults() *BlockCommunicationBody

NewBlockCommunicationBodyWithDefaults instantiates a new BlockCommunicationBody 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

GetIsblocked

func (o *BlockCommunicationBody) GetIsblocked() bool

GetIsblocked returns the Isblocked field if non-nil, zero value otherwise.

GetIsblockedOk

func (o *BlockCommunicationBody) GetIsblockedOk() (*bool, bool)

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

SetIsblocked

func (o *BlockCommunicationBody) SetIsblocked(v bool)

SetIsblocked sets Isblocked field to given value.

HasIsblocked

func (o *BlockCommunicationBody) HasIsblocked() bool

HasIsblocked returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]