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

     1  # SingleDataStoreChannel
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Channel** | [**DataStoreChannel**](DataStoreChannel.md) |  | 
     8  
     9  ## Methods
    10  
    11  ### NewSingleDataStoreChannel
    12  
    13  `func NewSingleDataStoreChannel(channel DataStoreChannel, ) *SingleDataStoreChannel`
    14  
    15  NewSingleDataStoreChannel instantiates a new SingleDataStoreChannel object
    16  This constructor will assign default values to properties that have it defined,
    17  and makes sure properties required by API are set, but the set of arguments
    18  will change when the set of required properties is changed
    19  
    20  ### NewSingleDataStoreChannelWithDefaults
    21  
    22  `func NewSingleDataStoreChannelWithDefaults() *SingleDataStoreChannel`
    23  
    24  NewSingleDataStoreChannelWithDefaults instantiates a new SingleDataStoreChannel object
    25  This constructor will only assign default values to properties that have it defined,
    26  but it doesn't guarantee that properties required by API are set
    27  
    28  ### GetChannel
    29  
    30  `func (o *SingleDataStoreChannel) GetChannel() DataStoreChannel`
    31  
    32  GetChannel returns the Channel field if non-nil, zero value otherwise.
    33  
    34  ### GetChannelOk
    35  
    36  `func (o *SingleDataStoreChannel) GetChannelOk() (*DataStoreChannel, bool)`
    37  
    38  GetChannelOk returns a tuple with the Channel field if it's non-nil, zero value otherwise
    39  and a boolean to check if the value has been set.
    40  
    41  ### SetChannel
    42  
    43  `func (o *SingleDataStoreChannel) SetChannel(v DataStoreChannel)`
    44  
    45  SetChannel sets Channel field to given value.
    46  
    47  
    48  
    49  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    50  
    51