StudioCreativeAsset class
Contains studio creative asset information.
Constructors
- StudioCreativeAsset({LastModifiedInfo? createInfo, String? filename, String? filesize, String? id, LastModifiedInfo? lastModifiedInfo, String? studioAccountId, String? studioAdvertiserId, String? studioCreativeId, String? type, VideoProcessingData? videoProcessingData})
- StudioCreativeAsset.fromJson(Map json_)
Properties
- createInfo ↔ LastModifiedInfo?
-
The creation timestamp of the studio creative asset.
getter/setter pair
- filename ↔ String?
-
The filename of the studio creative asset.
getter/setter pair
- filesize ↔ String?
-
The filesize of the studio creative asset.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
Unique ID of this studio creative asset.
getter/setter pair
- lastModifiedInfo ↔ LastModifiedInfo?
-
The last modified timestamp of the studio creative asset.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- studioAccountId ↔ String?
-
Studio account ID of this studio creative asset.
getter/setter pair
- studioAdvertiserId ↔ String?
-
Studio advertiser ID of this studio creative asset.
getter/setter pair
- studioCreativeId ↔ String?
-
Studio creative ID of this studio creative asset.
getter/setter pair
- type ↔ String?
-
The type of the studio creative asset.
getter/setter pair
- videoProcessingData ↔ VideoProcessingData?
-
The processing data of the studio creative asset.
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