AdvertisersLineItemsYoutubeAssetTypesYoutubeAssetAssociationsResource class
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
-
create(YoutubeAssetAssociation request, String advertiserId, String lineItemId, String youtubeAssetType, {String? linkedEntity_adGroupId, String? $fields})
→ Future<YoutubeAssetAssociation>
-
Creates a new association between the identified resource and a YouTube
asset.
-
delete(String advertiserId, String lineItemId, String youtubeAssetType, String youtubeAssetAssociationId, {String? linkedEntity_adGroupId, String? $fields})
→ Future<Empty>
-
Deletes an existing association between the identified resource and a
YouTube asset.
-
list(String advertiserId, String lineItemId, String youtubeAssetType, {String? linkedEntity_adGroupId, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListYoutubeAssetAssociationsResponse>
-
Lists the YouTube asset associations linked to the given resource.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited