Show / Hide Table of Contents

Class ResellernotifyGetwatchdetailsResponse

JSON template for resellernotify getwatchdetails response.

Inheritance
object
ResellernotifyGetwatchdetailsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX