StudioCreative class
Contains studio creative information.
Constructors
-
StudioCreative({List<
String> ? assetIds, String? backupImageAssetId, LastModifiedInfo? createdInfo, StudioCreativeDimension? dimension, String? dynamicProfileId, String? format, String? id, LastModifiedInfo? lastModifiedInfo, String? name, String? status, String? studioAccountId, String? studioAdvertiserId, String? studioCampaignId}) - StudioCreative.fromJson(Map json_)
Properties
-
assetIds
↔ List<
String> ? -
List of assets associated with this studio creative.
getter/setter pair
- backupImageAssetId ↔ String?
-
Backup image asset ID of this studio creative.
getter/setter pair
- createdInfo ↔ LastModifiedInfo?
-
The timestamp when the studio creative was created.
getter/setter pair
- dimension ↔ StudioCreativeDimension?
-
Dimension of this studio creative.
getter/setter pair
- dynamicProfileId ↔ String?
-
Dynamic profile ID of this studio creative.
getter/setter pair
- format ↔ String?
-
Format of this studio creative.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
Unique ID of this studio creative.
getter/setter pair
- lastModifiedInfo ↔ LastModifiedInfo?
-
The timestamp when the studio creative was last modified.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
Status of this studio creative.
getter/setter pair
- studioAccountId ↔ String?
-
Studio account ID of this creative.
getter/setter pair
- studioAdvertiserId ↔ String?
-
Studio advertiser ID of this studio creative.
getter/setter pair
- studioCampaignId ↔ String?
-
Studio campaign ID of this studio creative.
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