Class CustomDataSource
JSON template for an Analytics custom data source.
Inheritance
CustomDataSource
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
ChildLink
Declaration
[JsonProperty("childLink")]
public virtual CustomDataSource.ChildLinkData ChildLink { get; set; }
Property Value
Created
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreatedDateTimeOffset instead.")]
public virtual DateTime? Created { get; set; }
Property Value
CreatedDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreatedDateTimeOffset { get; set; }
Property Value
CreatedRaw
Time this custom data source was created.
Declaration
[JsonProperty("created")]
public virtual string CreatedRaw { get; set; }
Property Value
Description
Description of custom data source.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Id
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
ImportBehavior
Declaration
[JsonProperty("importBehavior")]
public virtual string ImportBehavior { get; set; }
Property Value
Kind
Resource type for Analytics custom data source.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Name
Name of this custom data source.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
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
ProfilesLinked
IDs of views (profiles) linked to the custom data source.
Declaration
[JsonProperty("profilesLinked")]
public virtual IList<string> ProfilesLinked { get; set; }
Property Value
Schema
Collection of schema headers of the custom data source.
Declaration
[JsonProperty("schema")]
public virtual IList<string> Schema { get; set; }
Property Value
SelfLink
Link for this Analytics custom data source.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type
Type of the custom data source.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Updated
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdatedDateTimeOffset instead.")]
public virtual DateTime? Updated { get; set; }
Property Value
UpdatedDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdatedDateTimeOffset { get; set; }
Property Value
UpdatedRaw
Time this custom data source was last modified.
Declaration
[JsonProperty("updated")]
public virtual string UpdatedRaw { get; set; }
Property Value
UploadType
Upload type of the custom data source.
Declaration
[JsonProperty("uploadType")]
public virtual string UploadType { get; set; }
Property Value
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
Implements