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

     1  # SubscriptionOwner
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Type** | Pointer to **string** | Corporation: 企業 User: ユーザー  | [optional] 
     8  **Id** | **string** |  | 
     9  
    10  ## Methods
    11  
    12  ### NewSubscriptionOwner
    13  
    14  `func NewSubscriptionOwner(id string, ) *SubscriptionOwner`
    15  
    16  NewSubscriptionOwner instantiates a new SubscriptionOwner 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  ### NewSubscriptionOwnerWithDefaults
    22  
    23  `func NewSubscriptionOwnerWithDefaults() *SubscriptionOwner`
    24  
    25  NewSubscriptionOwnerWithDefaults instantiates a new SubscriptionOwner 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  ### GetType
    30  
    31  `func (o *SubscriptionOwner) GetType() string`
    32  
    33  GetType returns the Type field if non-nil, zero value otherwise.
    34  
    35  ### GetTypeOk
    36  
    37  `func (o *SubscriptionOwner) GetTypeOk() (*string, bool)`
    38  
    39  GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
    40  and a boolean to check if the value has been set.
    41  
    42  ### SetType
    43  
    44  `func (o *SubscriptionOwner) SetType(v string)`
    45  
    46  SetType sets Type field to given value.
    47  
    48  ### HasType
    49  
    50  `func (o *SubscriptionOwner) HasType() bool`
    51  
    52  HasType returns a boolean if a field has been set.
    53  
    54  ### GetId
    55  
    56  `func (o *SubscriptionOwner) GetId() string`
    57  
    58  GetId returns the Id field if non-nil, zero value otherwise.
    59  
    60  ### GetIdOk
    61  
    62  `func (o *SubscriptionOwner) GetIdOk() (*string, bool)`
    63  
    64  GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise
    65  and a boolean to check if the value has been set.
    66  
    67  ### SetId
    68  
    69  `func (o *SubscriptionOwner) SetId(v string)`
    70  
    71  SetId sets Id field to given value.
    72  
    73  
    74  
    75  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    76  
    77