bunnyshell.com/sdk@v0.16.0/docs/SecretEncryptedItem.md (about)

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