Show / Hide Table of Contents

Class ListOauthClientCredentialsResponse

Response message for ListOauthClientCredentials.

Inheritance
object
ListOauthClientCredentialsResponse
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.Iam.v1.Data
Assembly: Google.Apis.Iam.v1.dll
Syntax
public class ListOauthClientCredentialsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

OauthClientCredentials

A list of OauthClientCredentials.

Declaration
[JsonProperty("oauthClientCredentials")]
public virtual IList<OauthClientCredential> OauthClientCredentials { get; set; }
Property Value
Type Description
IList<OauthClientCredential>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX