AdvertisersAdGroupsYoutubeAssetTypesYoutubeAssetAssociationsResource 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 adGroupId, String youtubeAssetType, {String? linkedEntity_lineItemId, String? $fields}) Future<YoutubeAssetAssociation>
Creates a new association between the identified resource and a YouTube asset.
delete(String advertiserId, String adGroupId, String youtubeAssetType, String youtubeAssetAssociationId, {String? linkedEntity_lineItemId, String? $fields}) Future<Empty>
Deletes an existing association between the identified resource and a YouTube asset.
list(String advertiserId, String adGroupId, String youtubeAssetType, {String? linkedEntity_lineItemId, 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

Operators

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