SitesChannelsResource class
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