Show / Hide Table of Contents

Class CustomDataSource

JSON template for an Analytics custom data source.

Inheritance
object
CustomDataSource
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.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class CustomDataSource : IDirectResponseSchema

Properties

AccountId

Account ID to which this custom data source belongs.

Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
Type Description
string

ChildLink

Declaration
[JsonProperty("childLink")]
public virtual CustomDataSource.ChildLinkData ChildLink { get; set; }
Property Value
Type Description
CustomDataSource.ChildLinkData

Created

DateTime representation of CreatedRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreatedDateTimeOffset instead.")]
public virtual DateTime? Created { get; set; }
Property Value
Type Description
DateTime?

CreatedDateTimeOffset

DateTimeOffset representation of CreatedRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreatedDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreatedRaw

Time this custom data source was created.

Declaration
[JsonProperty("created")]
public virtual string CreatedRaw { get; set; }
Property Value
Type Description
string

Description

Description of custom data source.

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

ETag

The ETag of the item.

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

Id

Custom data source ID.

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

ImportBehavior

Declaration
[JsonProperty("importBehavior")]
public virtual string ImportBehavior { get; set; }
Property Value
Type Description
string

Kind

Resource type for Analytics custom data source.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

Name

Name of this custom data source.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ParentLink

Parent link for this custom data source. Points to the web property to which this custom data source belongs.

Declaration
[JsonProperty("parentLink")]
public virtual CustomDataSource.ParentLinkData ParentLink { get; set; }
Property Value
Type Description
CustomDataSource.ParentLinkData

ProfilesLinked

IDs of views (profiles) linked to the custom data source.

Declaration
[JsonProperty("profilesLinked")]
public virtual IList<string> ProfilesLinked { get; set; }
Property Value
Type Description
IList<string>

Schema

Collection of schema headers of the custom data source.

Declaration
[JsonProperty("schema")]
public virtual IList<string> Schema { get; set; }
Property Value
Type Description
IList<string>

SelfLink

Link for this Analytics custom data source.

Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type Description
string

Type

Type of the custom data source.

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

Updated

DateTime representation of UpdatedRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdatedDateTimeOffset instead.")]
public virtual DateTime? Updated { get; set; }
Property Value
Type Description
DateTime?

UpdatedDateTimeOffset

DateTimeOffset representation of UpdatedRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdatedDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdatedRaw

Time this custom data source was last modified.

Declaration
[JsonProperty("updated")]
public virtual string UpdatedRaw { get; set; }
Property Value
Type Description
string

UploadType

Upload type of the custom data source.

Declaration
[JsonProperty("uploadType")]
public virtual string UploadType { get; set; }
Property Value
Type Description
string

WebPropertyId

Web property ID of the form UA-XXXXX-YY to which this custom data source belongs.

Declaration
[JsonProperty("webPropertyId")]
public virtual string WebPropertyId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX