Package io.stigg.api.operations.fragment
Class PaywallConfigurationFragment.Layout
- java.lang.Object
-
- io.stigg.api.operations.fragment.PaywallConfigurationFragment.Layout
-
- Enclosing class:
- PaywallConfigurationFragment
public static class PaywallConfigurationFragment.Layout extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String__typenameLayoutConfigurationFragmentlayoutConfigurationFragmentSynthetic field for 'LayoutConfigurationFragment'
-
Constructor Summary
Constructors Constructor Description Layout(java.lang.String __typename, LayoutConfigurationFragment layoutConfigurationFragment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
__typename
public java.lang.String __typename
-
layoutConfigurationFragment
public LayoutConfigurationFragment layoutConfigurationFragment
Synthetic field for 'LayoutConfigurationFragment'
-
-
Constructor Detail
-
Layout
public Layout(java.lang.String __typename, LayoutConfigurationFragment layoutConfigurationFragment)
-
-