github.com/optim-corp/cios-golang-sdk@v0.5.1/cios/docs/ChannelProtocol.md (about)

     1  # ChannelProtocol
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Id** | Pointer to **string** |  | [optional] 
     8  **Version** | Pointer to **int32** |  | [optional] 
     9  **ValidationRequired** | Pointer to **bool** |  | [optional] 
    10  
    11  ## Methods
    12  
    13  ### NewChannelProtocol
    14  
    15  `func NewChannelProtocol() *ChannelProtocol`
    16  
    17  NewChannelProtocol instantiates a new ChannelProtocol object
    18  This constructor will assign default values to properties that have it defined,
    19  and makes sure properties required by API are set, but the set of arguments
    20  will change when the set of required properties is changed
    21  
    22  ### NewChannelProtocolWithDefaults
    23  
    24  `func NewChannelProtocolWithDefaults() *ChannelProtocol`
    25  
    26  NewChannelProtocolWithDefaults instantiates a new ChannelProtocol object
    27  This constructor will only assign default values to properties that have it defined,
    28  but it doesn't guarantee that properties required by API are set
    29  
    30  ### GetId
    31  
    32  `func (o *ChannelProtocol) GetId() string`
    33  
    34  GetId returns the Id field if non-nil, zero value otherwise.
    35  
    36  ### GetIdOk
    37  
    38  `func (o *ChannelProtocol) GetIdOk() (*string, bool)`
    39  
    40  GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise
    41  and a boolean to check if the value has been set.
    42  
    43  ### SetId
    44  
    45  `func (o *ChannelProtocol) SetId(v string)`
    46  
    47  SetId sets Id field to given value.
    48  
    49  ### HasId
    50  
    51  `func (o *ChannelProtocol) HasId() bool`
    52  
    53  HasId returns a boolean if a field has been set.
    54  
    55  ### GetVersion
    56  
    57  `func (o *ChannelProtocol) GetVersion() int32`
    58  
    59  GetVersion returns the Version field if non-nil, zero value otherwise.
    60  
    61  ### GetVersionOk
    62  
    63  `func (o *ChannelProtocol) GetVersionOk() (*int32, bool)`
    64  
    65  GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise
    66  and a boolean to check if the value has been set.
    67  
    68  ### SetVersion
    69  
    70  `func (o *ChannelProtocol) SetVersion(v int32)`
    71  
    72  SetVersion sets Version field to given value.
    73  
    74  ### HasVersion
    75  
    76  `func (o *ChannelProtocol) HasVersion() bool`
    77  
    78  HasVersion returns a boolean if a field has been set.
    79  
    80  ### GetValidationRequired
    81  
    82  `func (o *ChannelProtocol) GetValidationRequired() bool`
    83  
    84  GetValidationRequired returns the ValidationRequired field if non-nil, zero value otherwise.
    85  
    86  ### GetValidationRequiredOk
    87  
    88  `func (o *ChannelProtocol) GetValidationRequiredOk() (*bool, bool)`
    89  
    90  GetValidationRequiredOk returns a tuple with the ValidationRequired field if it's non-nil, zero value otherwise
    91  and a boolean to check if the value has been set.
    92  
    93  ### SetValidationRequired
    94  
    95  `func (o *ChannelProtocol) SetValidationRequired(v bool)`
    96  
    97  SetValidationRequired sets ValidationRequired field to given value.
    98  
    99  ### HasValidationRequired
   100  
   101  `func (o *ChannelProtocol) HasValidationRequired() bool`
   102  
   103  HasValidationRequired returns a boolean if a field has been set.
   104  
   105  
   106  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   107  
   108