Show / Hide Table of Contents

Class MetadataResource

The "metadata" collection of methods.

Inheritance
object
MetadataResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class MetadataResource

Constructors

MetadataResource(IClientService)

Constructs a new resource.

Declaration
public MetadataResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Columns

Gets the Columns resource.

Declaration
public virtual MetadataResource.ColumnsResource Columns { get; }
Property Value
Type Description
MetadataResource.ColumnsResource
In This Article
Back to top Generated by DocFX