Class GroupsResource.UpdateRequest
Modifies a group. For example, you could change a group's title.
Inheritance
Inherited Members
Namespace: Google.Apis.YouTubeAnalytics.v2
Assembly: Google.Apis.YouTubeAnalytics.v2.dll
Syntax
public class GroupsResource.UpdateRequest : YouTubeAnalyticsBaseServiceRequest<Group>, IClientServiceRequest<Group>, IClientServiceRequest
Constructors
UpdateRequest(IClientService, Group)
Constructs a new Update request.
Declaration
public UpdateRequest(IClientService service, Group body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Group | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
OnBehalfOfContentOwner
This parameter can only be used in a properly authorized request. Note: This parameter is intended
exclusively for YouTube content partners that own and manage many different YouTube channels. The
onBehalfOfContentOwner
parameter indicates that the request's authorization credentials identify a
YouTube user who is acting on behalf of the content owner specified in the parameter value. It allows
content owners to authenticate once and get access to all their video and channel data, without having
to provide authentication credentials for each individual channel. The account that the user
authenticates with must be linked to the specified YouTube content owner.
Declaration
[RequestParameter("onBehalfOfContentOwner", RequestParameterType.Query)]
public virtual string OnBehalfOfContentOwner { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Update parameter list.
Declaration
protected override void InitParameters()