View Source GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersSensitivityMyActivityPolicy (google_api_content_warehouse v0.4.0)

Policy controlling MyActivity.

Attributes

  • myActivityRedactedAction (type: String.t, default: nil) -
  • myActivityRedactionKey (type: String.t, default: nil) - This field will be translated by footprints and is used to describe the content that was redacted that will be displayed to the user in MyActivity.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersSensitivityMyActivityPolicy{
    myActivityRedactedAction: String.t() | nil,
    myActivityRedactionKey: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.