docs/CreateOrUpdateSecretOption
Forgejo::CreateOrUpdateSecretOption
Properties
Name | Type | Description | Notes |
---|---|---|---|
data | String | Data of the secret to update |
Example
require 'forgejo' instance = Forgejo::CreateOrUpdateSecretOption.new( data: null )
Name | Type | Description | Notes |
---|---|---|---|
data | String | Data of the secret to update |
require 'forgejo' instance = Forgejo::CreateOrUpdateSecretOption.new( data: null )