@@ -41,8 +41,8 @@ type ProjectVariable struct {
4141 VariableType VariableTypeValue `json:"variable_type"`
4242 Protected bool `json:"protected"`
4343 Masked bool `json:"masked"`
44- EnvironmentScope string `json:"environment_scope"`
4544 Raw bool `json:"raw"`
45+ EnvironmentScope string `json:"environment_scope"`
4646}
4747
4848func (v ProjectVariable ) String () string {
@@ -131,8 +131,8 @@ type CreateProjectVariableOptions struct {
131131 VariableType * VariableTypeValue `url:"variable_type,omitempty" json:"variable_type,omitempty"`
132132 Protected * bool `url:"protected,omitempty" json:"protected,omitempty"`
133133 Masked * bool `url:"masked,omitempty" json:"masked,omitempty"`
134- EnvironmentScope * string `url:"environment_scope,omitempty" json:"environment_scope,omitempty"`
135134 Raw * bool `url:"raw,omitempty" json:"raw,omitempty"`
135+ EnvironmentScope * string `url:"environment_scope,omitempty" json:"environment_scope,omitempty"`
136136}
137137
138138// CreateVariable creates a new project variable.
@@ -170,9 +170,9 @@ type UpdateProjectVariableOptions struct {
170170 VariableType * VariableTypeValue `url:"variable_type,omitempty" json:"variable_type,omitempty"`
171171 Protected * bool `url:"protected,omitempty" json:"protected,omitempty"`
172172 Masked * bool `url:"masked,omitempty" json:"masked,omitempty"`
173+ Raw * bool `url:"raw,omitempty" json:"raw,omitempty"`
173174 EnvironmentScope * string `url:"environment_scope,omitempty" json:"environment_scope,omitempty"`
174175 Filter * VariableFilter `url:"filter,omitempty" json:"filter,omitempty"`
175- Raw * bool `url:"raw,omitempty" json:"raw,omitempty"`
176176}
177177
178178// UpdateVariable updates a project's variable.
0 commit comments