Show / Hide Table of Contents

Class CreateResponse

Inheritance
object
CreateResponse
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Experimental.Provider
Assembly: Pulumi.dll
Syntax
public sealed class CreateResponse

Properties

View Source

Id

Declaration
public string? Id { get; set; }
Property Value
Type Description
string
View Source

Properties

Declaration
public IDictionary<string, PropertyValue>? Properties { get; set; }
Property Value
Type Description
IDictionary<string, PropertyValue>
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.