Operation.deprecated_

Declares this operation to be deprecated. Consumers SHOULD refrain from usage of the declared operation. Default value is false.

struct Operation
@optional
@SerializedName("deprecated")
bool deprecated_;

Meta