Show / Hide Table of Contents

Class GetApisApiResult

Inheritance
System.Object
GetApisApiResult
Inherited Members
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.AliCloud.ApiGateway.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetApisApiResult

Fields

View Source

Description

API description.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

GroupId

ID of the specified group.

Declaration
public readonly string GroupId
Field Value
Type Description
System.String
View Source

GroupName

The group name that the apis belong to.

Declaration
public readonly string GroupName
Field Value
Type Description
System.String
View Source

Id

API ID, which is generated by the system and globally unique.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

API name.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

RegionId

The ID of the region where the API is located.

Declaration
public readonly string RegionId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.