Show / Hide Table of Contents

Class ServiceApiGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceApiGetArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Endpoints.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServiceApiGetArgs : ResourceArgs

Constructors

View Source

ServiceApiGetArgs()

Declaration
public ServiceApiGetArgs()

Properties

View Source

Methods

Declaration
public InputList<ServiceApiMethodGetArgs> Methods { get; set; }
Property Value
Type Description
InputList<ServiceApiMethodGetArgs>
View Source

Name

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Syntax

Declaration
public Input<string> Syntax { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Version

Declaration
public Input<string> Version { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.