struct Protocol::Audits::TrustedWebActivityIssueDetails
- Protocol::Audits::TrustedWebActivityIssueDetails
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
protocol/audits.crConstructors
Instance Method Summary
- #http_status_code : Int::Primitive | Nil
-
#package_name : String | Nil
The package name of the Trusted Web Activity client app.
-
#signature : String | Nil
The signature of the Trusted Web Activity client app.
-
#url : String
The url that triggers the violation.
- #violation_type : TwaQualityEnforcementViolationType
Constructor Detail
Instance Method Detail
def package_name : String | Nil
#
The package name of the Trusted Web Activity client app. This field is only used when violation type is kDigitalAssetLinks.
def signature : String | Nil
#
The signature of the Trusted Web Activity client app. This field is only used when violation type is kDigitalAssetLinks.