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

     1  # SecretTranscryptConfigurationAction
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Yaml** | **string** |  | 
     8  **Mode** | **string** |  | 
     9  **Organization** | **string** |  | 
    10  
    11  ## Methods
    12  
    13  ### NewSecretTranscryptConfigurationAction
    14  
    15  `func NewSecretTranscryptConfigurationAction(yaml string, mode string, organization string, ) *SecretTranscryptConfigurationAction`
    16  
    17  NewSecretTranscryptConfigurationAction instantiates a new SecretTranscryptConfigurationAction object
    18  This constructor will assign default values to properties that have it defined,
    19  and makes sure properties required by API are set, but the set of arguments
    20  will change when the set of required properties is changed
    21  
    22  ### NewSecretTranscryptConfigurationActionWithDefaults
    23  
    24  `func NewSecretTranscryptConfigurationActionWithDefaults() *SecretTranscryptConfigurationAction`
    25  
    26  NewSecretTranscryptConfigurationActionWithDefaults instantiates a new SecretTranscryptConfigurationAction object
    27  This constructor will only assign default values to properties that have it defined,
    28  but it doesn't guarantee that properties required by API are set
    29  
    30  ### GetYaml
    31  
    32  `func (o *SecretTranscryptConfigurationAction) GetYaml() string`
    33  
    34  GetYaml returns the Yaml field if non-nil, zero value otherwise.
    35  
    36  ### GetYamlOk
    37  
    38  `func (o *SecretTranscryptConfigurationAction) GetYamlOk() (*string, bool)`
    39  
    40  GetYamlOk returns a tuple with the Yaml field if it's non-nil, zero value otherwise
    41  and a boolean to check if the value has been set.
    42  
    43  ### SetYaml
    44  
    45  `func (o *SecretTranscryptConfigurationAction) SetYaml(v string)`
    46  
    47  SetYaml sets Yaml field to given value.
    48  
    49  
    50  ### GetMode
    51  
    52  `func (o *SecretTranscryptConfigurationAction) GetMode() string`
    53  
    54  GetMode returns the Mode field if non-nil, zero value otherwise.
    55  
    56  ### GetModeOk
    57  
    58  `func (o *SecretTranscryptConfigurationAction) GetModeOk() (*string, bool)`
    59  
    60  GetModeOk returns a tuple with the Mode field if it's non-nil, zero value otherwise
    61  and a boolean to check if the value has been set.
    62  
    63  ### SetMode
    64  
    65  `func (o *SecretTranscryptConfigurationAction) SetMode(v string)`
    66  
    67  SetMode sets Mode field to given value.
    68  
    69  
    70  ### GetOrganization
    71  
    72  `func (o *SecretTranscryptConfigurationAction) GetOrganization() string`
    73  
    74  GetOrganization returns the Organization field if non-nil, zero value otherwise.
    75  
    76  ### GetOrganizationOk
    77  
    78  `func (o *SecretTranscryptConfigurationAction) GetOrganizationOk() (*string, bool)`
    79  
    80  GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise
    81  and a boolean to check if the value has been set.
    82  
    83  ### SetOrganization
    84  
    85  `func (o *SecretTranscryptConfigurationAction) SetOrganization(v string)`
    86  
    87  SetOrganization sets Organization field to given value.
    88  
    89  
    90  
    91  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    92  
    93