Instance Property インスタンスプロパティ

tags

A set of strings, with each string specifying a tag used to mark on-demand resources managed by the request. (read-only) ひとそろいの文字列、リクエストによって管理されるオンデマンドリソースを印するために使われるタグを各文字列で指定しています。(読み出しのみ)

Declaration 宣言

var tags: Set<String> { get }

Discussion 議論

This value is read-only value and is set when the resource request is initialized. The value of each tag in the set corresponds to an identifier you created during app development. この値は、読出し専用の値です、そしてリソースリクエストが初期化される時に設定されます。この集合の中の各タグの値は、あなたがアプリ開発の間に作成した識別子に対応します。

See Also 参照

Accessing the Configuration 構成設定にアクセスする