Class ReadResponse
Inherited Members
Namespace: Pulumi.Experimental.Provider
Assembly: Pulumi.dll
Syntax
public sealed class ReadResponse
  Properties
View SourceId
Declaration
public string? Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Inputs
Declaration
public IDictionary<string, PropertyValue>? Inputs { get; set; }
  Property Value
| Type | Description | 
|---|---|
| IDictionary<string, PropertyValue> | 
Properties
Declaration
public IDictionary<string, PropertyValue>? Properties { get; set; }
  Property Value
| Type | Description | 
|---|---|
| IDictionary<string, PropertyValue> |