Expand description

Nested message and enum types in Action.

Structs§

  • The resource ID components that identify the Action.

Enums§

  • The type of the action. The type of an action may not change over the lifetime of the invocation. If one of these fields is to be set, it must be set in the CreateAction method. It may be set to an empty message that is populated in later methods or post-processing. A generic “untyped” action can be created by not setting any of these fields. An untyped action will be untyped for the lifetime of the invocation.