StudioCreativesResource class
Constructors
- StudioCreativesResource(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
get(
String studioCreativeId, {String? $fields}) → Future< StudioCreative> - Gets a studio creative by ID.
-
insert(
StudioCreative request, {String? $fields}) → Future< StudioCreative> - Inserts a new studio creative.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
publish(
String studioCreativeId, {String? $fields}) → Future< void> - Publish for a studio creative.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited