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

     1  # License
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Id** | **NullableString** |  | 
     8  **IssuedAt** | Pointer to **string** |  | [optional] 
     9  **ExpiresAt** | Pointer to **string** |  | [optional] 
    10  **Subscription** | Pointer to [**Subscription**](Subscription.md) |  | [optional] 
    11  
    12  ## Methods
    13  
    14  ### NewLicense
    15  
    16  `func NewLicense(id NullableString, ) *License`
    17  
    18  NewLicense instantiates a new License object
    19  This constructor will assign default values to properties that have it defined,
    20  and makes sure properties required by API are set, but the set of arguments
    21  will change when the set of required properties is changed
    22  
    23  ### NewLicenseWithDefaults
    24  
    25  `func NewLicenseWithDefaults() *License`
    26  
    27  NewLicenseWithDefaults instantiates a new License object
    28  This constructor will only assign default values to properties that have it defined,
    29  but it doesn't guarantee that properties required by API are set
    30  
    31  ### GetId
    32  
    33  `func (o *License) GetId() string`
    34  
    35  GetId returns the Id field if non-nil, zero value otherwise.
    36  
    37  ### GetIdOk
    38  
    39  `func (o *License) GetIdOk() (*string, bool)`
    40  
    41  GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise
    42  and a boolean to check if the value has been set.
    43  
    44  ### SetId
    45  
    46  `func (o *License) SetId(v string)`
    47  
    48  SetId sets Id field to given value.
    49  
    50  
    51  ### SetIdNil
    52  
    53  `func (o *License) SetIdNil(b bool)`
    54  
    55   SetIdNil sets the value for Id to be an explicit nil
    56  
    57  ### UnsetId
    58  `func (o *License) UnsetId()`
    59  
    60  UnsetId ensures that no value is present for Id, not even an explicit nil
    61  ### GetIssuedAt
    62  
    63  `func (o *License) GetIssuedAt() string`
    64  
    65  GetIssuedAt returns the IssuedAt field if non-nil, zero value otherwise.
    66  
    67  ### GetIssuedAtOk
    68  
    69  `func (o *License) GetIssuedAtOk() (*string, bool)`
    70  
    71  GetIssuedAtOk returns a tuple with the IssuedAt field if it's non-nil, zero value otherwise
    72  and a boolean to check if the value has been set.
    73  
    74  ### SetIssuedAt
    75  
    76  `func (o *License) SetIssuedAt(v string)`
    77  
    78  SetIssuedAt sets IssuedAt field to given value.
    79  
    80  ### HasIssuedAt
    81  
    82  `func (o *License) HasIssuedAt() bool`
    83  
    84  HasIssuedAt returns a boolean if a field has been set.
    85  
    86  ### GetExpiresAt
    87  
    88  `func (o *License) GetExpiresAt() string`
    89  
    90  GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.
    91  
    92  ### GetExpiresAtOk
    93  
    94  `func (o *License) GetExpiresAtOk() (*string, bool)`
    95  
    96  GetExpiresAtOk returns a tuple with the ExpiresAt field if it's non-nil, zero value otherwise
    97  and a boolean to check if the value has been set.
    98  
    99  ### SetExpiresAt
   100  
   101  `func (o *License) SetExpiresAt(v string)`
   102  
   103  SetExpiresAt sets ExpiresAt field to given value.
   104  
   105  ### HasExpiresAt
   106  
   107  `func (o *License) HasExpiresAt() bool`
   108  
   109  HasExpiresAt returns a boolean if a field has been set.
   110  
   111  ### GetSubscription
   112  
   113  `func (o *License) GetSubscription() Subscription`
   114  
   115  GetSubscription returns the Subscription field if non-nil, zero value otherwise.
   116  
   117  ### GetSubscriptionOk
   118  
   119  `func (o *License) GetSubscriptionOk() (*Subscription, bool)`
   120  
   121  GetSubscriptionOk returns a tuple with the Subscription field if it's non-nil, zero value otherwise
   122  and a boolean to check if the value has been set.
   123  
   124  ### SetSubscription
   125  
   126  `func (o *License) SetSubscription(v Subscription)`
   127  
   128  SetSubscription sets Subscription field to given value.
   129  
   130  ### HasSubscription
   131  
   132  `func (o *License) HasSubscription() bool`
   133  
   134  HasSubscription returns a boolean if a field has been set.
   135  
   136  
   137  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   138  
   139