MethodMapResponse

data class MethodMapResponse(val create: String, val delete: String, val get: String, val setIamPolicy: String, val update: String)

Deployment Manager will call these methods during the events of creation/deletion/update/get/setIamPolicy

Constructors

Link copied to clipboard
fun MethodMapResponse(create: String, delete: String, get: String, setIamPolicy: String, update: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action identifier for the create method to be used for this collection

Link copied to clipboard

The action identifier for the delete method to be used for this collection

Link copied to clipboard
val get: String

The action identifier for the get method to be used for this collection

Link copied to clipboard

The action identifier for the setIamPolicy method to be used for this collection

Link copied to clipboard

The action identifier for the update method to be used for this collection