Class ResellernotifyGetwatchdetailsResponse
JSON template for resellernotify getwatchdetails response.
Implements
Inherited Members
Namespace: Google.Apis.Reseller.v1.Data
Assembly: Google.Apis.Reseller.v1.dll
Syntax
public class ResellernotifyGetwatchdetailsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServiceAccountEmailAddresses
List of registered service accounts.
Declaration
[JsonProperty("serviceAccountEmailAddresses")]
public virtual IList<string> ServiceAccountEmailAddresses { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
TopicName
Topic name of the PubSub
Declaration
[JsonProperty("topicName")]
public virtual string TopicName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |