Class InventorySourcesResource.EditInventorySourceReadWriteAccessorsRequest
Edits read/write accessors of an inventory source. Returns the updated read_write_accessors for the inventory source.
Inheritance
InventorySourcesResource.EditInventorySourceReadWriteAccessorsRequest
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class InventorySourcesResource.EditInventorySourceReadWriteAccessorsRequest : DisplayVideoBaseServiceRequest<InventorySourceAccessors>, IClientServiceRequest<InventorySourceAccessors>, IClientServiceRequest
Constructors
EditInventorySourceReadWriteAccessorsRequest(IClientService, EditInventorySourceReadWriteAccessorsRequest, long)
Constructs a new EditInventorySourceReadWriteAccessors request.
Declaration
public EditInventorySourceReadWriteAccessorsRequest(IClientService service, EditInventorySourceReadWriteAccessorsRequest body, long inventorySourceId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
EditInventorySourceReadWriteAccessorsRequest | body | |
long | inventorySourceId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
InventorySourceId
Required. The ID of inventory source to update.
Declaration
[RequestParameter("inventorySourceId", RequestParameterType.Path)]
public virtual long InventorySourceId { get; }
Property Value
Type | Description |
---|---|
long |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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 EditInventorySourceReadWriteAccessors parameter list.
Declaration
protected override void InitParameters()