Skip to content

Commit

Permalink
fix: add missing id var for addon environment variable for addons ser…
Browse files Browse the repository at this point in the history
…vice
  • Loading branch information
ciaranRoche committed Jan 20, 2023
1 parent 04965e7 commit ae534c4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions model/addons_mgmt/v1/addon_environment_variable_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ limitations under the License.

// Representation of an addon env object.
struct AddonEnvironmentVariable {
// Name of the env object.
// ID for the environment variable
ID string

// Name of the environment variable
Name String

// Value of the env object.
// Value of the environment variable
Value String

// Indicates is this environment variable is enabled for the addon
Expand Down

0 comments on commit ae534c4

Please sign in to comment.