module Google::Analytics::Data::V1beta::AnalyticsData::Paths

Path helper methods for the AnalyticsData API.

Public Instance Methods

metadata_path(property: "properties/ click to toggle source

Create a fully-qualified Metadata resource string.

The resource will be in the following format:

`properties/{property}/metadata`

@param property [String]

@return [::String]

# File lib/google/analytics/data/v1beta/analytics_data/paths.rb, line 37
def metadata_path property:
  "properties/#{property}/metadata"
end