Class: Google::Analytics::Admin::V1alpha::DeleteDisplayVideo360AdvertiserLinkProposalRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb

Overview

Request message for DeleteDisplayVideo360AdvertiserLinkProposal RPC.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the DisplayVideo360AdvertiserLinkProposal to delete. Example format: properties/1234/displayVideo360AdvertiserLinkProposals/5678.

Returns:

  • (::String)

    Required. The name of the DisplayVideo360AdvertiserLinkProposal to delete. Example format: properties/1234/displayVideo360AdvertiserLinkProposals/5678



1258
1259
1260
1261
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1258

class DeleteDisplayVideo360AdvertiserLinkProposalRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end