SitesChannelsResource class

Constructors

SitesChannelsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
releases SitesChannelsReleasesResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(Channel request, String parent, {String? channelId, String? $fields}) Future<Channel>
Creates a new channel in the specified site.
delete(String name, {String? $fields}) Future<Empty>
Deletes the specified channel of the specified site.
get(String name, {String? $fields}) Future<Channel>
Retrieves information for the specified channel of the specified site.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListChannelsResponse>
Lists the channels for the specified site.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Channel request, String name, {String? updateMask, String? $fields}) Future<Channel>
Updates information for the specified channel of the specified site.
toString() String
A string representation of this object.
inherited

Operators

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