View Source GoogleApi.Analytics.V3.Model.CustomDataSource (google_api_analytics v0.15.0)
JSON template for an Analytics custom data source.
Attributes
-
accountId(type:String.t, default:nil) - Account ID to which this custom data source belongs. -
childLink(type:GoogleApi.Analytics.V3.Model.CustomDataSourceChildLink.t, default:nil) - -
created(type:DateTime.t, default:nil) - Time this custom data source was created. -
description(type:String.t, default:nil) - Description of custom data source. -
id(type:String.t, default:nil) - Custom data source ID. -
importBehavior(type:String.t, default:nil) - -
kind(type:String.t, default:analytics#customDataSource) - Resource type for Analytics custom data source. -
name(type:String.t, default:nil) - Name of this custom data source. -
parentLink(type:GoogleApi.Analytics.V3.Model.CustomDataSourceParentLink.t, default:nil) - Parent link for this custom data source. Points to the web property to which this custom data source belongs. -
profilesLinked(type:list(String.t), default:nil) - IDs of views (profiles) linked to the custom data source. -
schema(type:list(String.t), default:nil) - Collection of schema headers of the custom data source. -
selfLink(type:String.t, default:nil) - Link for this Analytics custom data source. -
type(type:String.t, default:nil) - Type of the custom data source. -
updated(type:DateTime.t, default:nil) - Time this custom data source was last modified. -
uploadType(type:String.t, default:nil) - Upload type of the custom data source. -
webPropertyId(type:String.t, default:nil) - Web property ID of the form UA-XXXXX-YY to which this custom data source belongs.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Analytics.V3.Model.CustomDataSource{ accountId: String.t() | nil, childLink: GoogleApi.Analytics.V3.Model.CustomDataSourceChildLink.t() | nil, created: DateTime.t() | nil, description: String.t() | nil, id: String.t() | nil, importBehavior: String.t() | nil, kind: String.t() | nil, name: String.t() | nil, parentLink: GoogleApi.Analytics.V3.Model.CustomDataSourceParentLink.t() | nil, profilesLinked: [String.t()] | nil, schema: [String.t()] | nil, selfLink: String.t() | nil, type: String.t() | nil, updated: DateTime.t() | nil, uploadType: String.t() | nil, webPropertyId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.