CustomDataSource class

JSON template for an Analytics custom data source.

Constructors

CustomDataSource({String? accountId, CustomDataSourceChildLink? childLink, DateTime? created, String? description, String? id, String? importBehavior, String? kind, String? name, CustomDataSourceParentLink? parentLink, List<String>? profilesLinked, List<String>? schema, String? selfLink, String? type, DateTime? updated, String? uploadType, String? webPropertyId})
CustomDataSource.fromJson(Map json_)

Properties

accountId String?
Account ID to which this custom data source belongs.
getter/setter pair
getter/setter pair
created DateTime?
Time this custom data source was created.
getter/setter pair
description String?
Description of custom data source.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Custom data source ID.
getter/setter pair
importBehavior String?
getter/setter pair
kind String?
Resource type for Analytics custom data source.
getter/setter pair
name String?
Name of this custom data source.
getter/setter pair
Parent link for this custom data source.
getter/setter pair
profilesLinked List<String>?
IDs of views (profiles) linked to the custom data source.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema List<String>?
Collection of schema headers of the custom data source.
getter/setter pair
Link for this Analytics custom data source.
getter/setter pair
type String?
Type of the custom data source.
getter/setter pair
updated DateTime?
Time this custom data source was last modified.
getter/setter pair
uploadType String?
Upload type of the custom data source.
getter/setter pair
webPropertyId String?
Web property ID of the form UA-XXXXX-YY to which this custom data source belongs.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited