Class ListEnvironmentsResponse
List Environments Response.
Implements
Inherited Members
Namespace: Google.Apis.TagManager.v1.Data
Assembly: Google.Apis.TagManager.v1.dll
Syntax
public class ListEnvironmentsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Environments
All Environments of a GTM Container.
Declaration
[JsonProperty("environments")]
public virtual IList<Environment> Environments { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Environment> |