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

     1  # ResourceOwnerProfile
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **DisplayName** | Pointer to **string** |  | [optional] 
     8  **Website** | Pointer to **string** |  | [optional] 
     9  
    10  ## Methods
    11  
    12  ### NewResourceOwnerProfile
    13  
    14  `func NewResourceOwnerProfile() *ResourceOwnerProfile`
    15  
    16  NewResourceOwnerProfile instantiates a new ResourceOwnerProfile 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  ### NewResourceOwnerProfileWithDefaults
    22  
    23  `func NewResourceOwnerProfileWithDefaults() *ResourceOwnerProfile`
    24  
    25  NewResourceOwnerProfileWithDefaults instantiates a new ResourceOwnerProfile 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  ### GetDisplayName
    30  
    31  `func (o *ResourceOwnerProfile) GetDisplayName() string`
    32  
    33  GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
    34  
    35  ### GetDisplayNameOk
    36  
    37  `func (o *ResourceOwnerProfile) GetDisplayNameOk() (*string, bool)`
    38  
    39  GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise
    40  and a boolean to check if the value has been set.
    41  
    42  ### SetDisplayName
    43  
    44  `func (o *ResourceOwnerProfile) SetDisplayName(v string)`
    45  
    46  SetDisplayName sets DisplayName field to given value.
    47  
    48  ### HasDisplayName
    49  
    50  `func (o *ResourceOwnerProfile) HasDisplayName() bool`
    51  
    52  HasDisplayName returns a boolean if a field has been set.
    53  
    54  ### GetWebsite
    55  
    56  `func (o *ResourceOwnerProfile) GetWebsite() string`
    57  
    58  GetWebsite returns the Website field if non-nil, zero value otherwise.
    59  
    60  ### GetWebsiteOk
    61  
    62  `func (o *ResourceOwnerProfile) GetWebsiteOk() (*string, bool)`
    63  
    64  GetWebsiteOk returns a tuple with the Website field if it's non-nil, zero value otherwise
    65  and a boolean to check if the value has been set.
    66  
    67  ### SetWebsite
    68  
    69  `func (o *ResourceOwnerProfile) SetWebsite(v string)`
    70  
    71  SetWebsite sets Website field to given value.
    72  
    73  ### HasWebsite
    74  
    75  `func (o *ResourceOwnerProfile) HasWebsite() bool`
    76  
    77  HasWebsite 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