Class: Google::Analytics::Data::V1beta::CreateAudienceExportRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/data/v1beta/analytics_data_api.rb

Overview

A request to create a new audience export.

Instance Attribute Summary collapse

Instance Attribute Details

#audience_export::Google::Analytics::Data::V1beta::AudienceExport

Returns Required. The audience export to create.

Returns:



616
617
618
619
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 616

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

#parent::String

Returns Required. The parent resource where this audience export will be created. Format: properties/{property}.

Returns:

  • (::String)

    Required. The parent resource where this audience export will be created. Format: properties/{property}



616
617
618
619
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 616

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