Class AppParams
AppParams contains the parameters for creating an AppHub Application.
Implements
Inherited Members
Namespace: Google.Apis.SaaSServiceManagement.v1beta1.Data
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class AppParams : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Group
Grouping used to construct the name of the AppHub Application. Multiple UnitKinds can specify the same group to use the same Application across their respective units. Corresponds to the app_boundary_id in the ADC composite ApplicationTemplate. Defaults to UnitKind.name
Declaration
[JsonProperty("group")]
public virtual string Group { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Scope
Corresponds to the scope in the ADC composite ApplicationTemplate. Defaults to REGIONAL.
Declaration
[JsonProperty("scope")]
public virtual Scope Scope { get; set; }
Property Value
| Type | Description |
|---|---|
| Scope |