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

     1  # SecretDecryptAction
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Expression** | **string** |  | 
     8  **Organization** | **string** |  | 
     9  
    10  ## Methods
    11  
    12  ### NewSecretDecryptAction
    13  
    14  `func NewSecretDecryptAction(expression string, organization string, ) *SecretDecryptAction`
    15  
    16  NewSecretDecryptAction instantiates a new SecretDecryptAction 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  ### NewSecretDecryptActionWithDefaults
    22  
    23  `func NewSecretDecryptActionWithDefaults() *SecretDecryptAction`
    24  
    25  NewSecretDecryptActionWithDefaults instantiates a new SecretDecryptAction 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 *SecretDecryptAction) GetExpression() string`
    32  
    33  GetExpression returns the Expression field if non-nil, zero value otherwise.
    34  
    35  ### GetExpressionOk
    36  
    37  `func (o *SecretDecryptAction) 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 *SecretDecryptAction) SetExpression(v string)`
    45  
    46  SetExpression sets Expression field to given value.
    47  
    48  
    49  ### GetOrganization
    50  
    51  `func (o *SecretDecryptAction) GetOrganization() string`
    52  
    53  GetOrganization returns the Organization field if non-nil, zero value otherwise.
    54  
    55  ### GetOrganizationOk
    56  
    57  `func (o *SecretDecryptAction) GetOrganizationOk() (*string, bool)`
    58  
    59  GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise
    60  and a boolean to check if the value has been set.
    61  
    62  ### SetOrganization
    63  
    64  `func (o *SecretDecryptAction) SetOrganization(v string)`
    65  
    66  SetOrganization sets Organization field to given value.
    67  
    68  
    69  
    70  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    71  
    72