Show / Hide Table of Contents

Class Source

The source of a field.

Inheritance
System.Object
Source
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.PeopleService.v1.Data
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public class Source : IDirectResponseSchema

Properties

ETag

Only populated in person.metadata.sources.

The HTTP entity tag of the source. Used for web cache validation.

Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Id

The unique identifier within the source type generated by the server.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
System.String

ProfileMetadata

Output only. Only populated in person.metadata.sources.

Metadata about a source of type PROFILE.

Declaration
[JsonProperty("profileMetadata")]
public virtual ProfileMetadata ProfileMetadata { get; set; }
Property Value
Type Description
ProfileMetadata

Type

The source type.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
System.String

UpdateTime

Output only. Only populated in person.metadata.sources.

Last update timestamp of this source.

Declaration
[JsonProperty("updateTime")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
System.Object

Implements

Google.Apis.Requests.IDirectResponseSchema
Back to top