public static final class PostPolicyV4.ConditionV4 extends Object
Modifier and Type | Field and Description |
---|---|
String |
operand1 |
String |
operand2 |
PostPolicyV4.ConditionV4Type |
type |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
String |
toString()
Examples of returned strings:
["eq", "$key", "test-object"] , ["starts-with",
"$acl", "public"] , ["content-length-range", 246, 266] . |
public final PostPolicyV4.ConditionV4Type type
public final String operand1
public final String operand2
Copyright © 2023 Google LLC. All rights reserved.