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

     1  # ContractUserLicense
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **IssuedAt** | Pointer to **string** | ISO8601 | [optional] 
     8  **ExpiresAt** | Pointer to **string** | ISO8601 | [optional] 
     9  
    10  ## Methods
    11  
    12  ### NewContractUserLicense
    13  
    14  `func NewContractUserLicense() *ContractUserLicense`
    15  
    16  NewContractUserLicense instantiates a new ContractUserLicense object
    17  This constructor will assign default values to properties that have it defined,
    18  and makes sure properties required by API are set, but the set of arguments
    19  will change when the set of required properties is changed
    20  
    21  ### NewContractUserLicenseWithDefaults
    22  
    23  `func NewContractUserLicenseWithDefaults() *ContractUserLicense`
    24  
    25  NewContractUserLicenseWithDefaults instantiates a new ContractUserLicense object
    26  This constructor will only assign default values to properties that have it defined,
    27  but it doesn't guarantee that properties required by API are set
    28  
    29  ### GetIssuedAt
    30  
    31  `func (o *ContractUserLicense) GetIssuedAt() string`
    32  
    33  GetIssuedAt returns the IssuedAt field if non-nil, zero value otherwise.
    34  
    35  ### GetIssuedAtOk
    36  
    37  `func (o *ContractUserLicense) GetIssuedAtOk() (*string, bool)`
    38  
    39  GetIssuedAtOk returns a tuple with the IssuedAt field if it's non-nil, zero value otherwise
    40  and a boolean to check if the value has been set.
    41  
    42  ### SetIssuedAt
    43  
    44  `func (o *ContractUserLicense) SetIssuedAt(v string)`
    45  
    46  SetIssuedAt sets IssuedAt field to given value.
    47  
    48  ### HasIssuedAt
    49  
    50  `func (o *ContractUserLicense) HasIssuedAt() bool`
    51  
    52  HasIssuedAt returns a boolean if a field has been set.
    53  
    54  ### GetExpiresAt
    55  
    56  `func (o *ContractUserLicense) GetExpiresAt() string`
    57  
    58  GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.
    59  
    60  ### GetExpiresAtOk
    61  
    62  `func (o *ContractUserLicense) GetExpiresAtOk() (*string, bool)`
    63  
    64  GetExpiresAtOk returns a tuple with the ExpiresAt field if it's non-nil, zero value otherwise
    65  and a boolean to check if the value has been set.
    66  
    67  ### SetExpiresAt
    68  
    69  `func (o *ContractUserLicense) SetExpiresAt(v string)`
    70  
    71  SetExpiresAt sets ExpiresAt field to given value.
    72  
    73  ### HasExpiresAt
    74  
    75  `func (o *ContractUserLicense) HasExpiresAt() bool`
    76  
    77  HasExpiresAt returns a boolean if a field has been set.
    78  
    79  
    80  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    81  
    82