You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Represents the min amount of entities which are required to approve the transaction, default is 1.
[optional]
Example
fromfireblocks.models.policy_rule_authorization_groups_groups_innerimportPolicyRuleAuthorizationGroupsGroupsInner# TODO update the JSON string belowjson="{}"# create an instance of PolicyRuleAuthorizationGroupsGroupsInner from a JSON stringpolicy_rule_authorization_groups_groups_inner_instance=PolicyRuleAuthorizationGroupsGroupsInner.from_json(json)
# print the JSON string representation of the objectprint(PolicyRuleAuthorizationGroupsGroupsInner.to_json())
# convert the object into a dictpolicy_rule_authorization_groups_groups_inner_dict=policy_rule_authorization_groups_groups_inner_instance.to_dict()
# create an instance of PolicyRuleAuthorizationGroupsGroupsInner from a dictpolicy_rule_authorization_groups_groups_inner_from_dict=PolicyRuleAuthorizationGroupsGroupsInner.from_dict(policy_rule_authorization_groups_groups_inner_dict)